Package org.jruby.javasupport
Class JavaSupport.UnfinishedProxy
java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.jruby.javasupport.JavaSupport.UnfinishedProxy
- All Implemented Interfaces:
Serializable,Lock
- Enclosing class:
- JavaSupport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
Field Details
-
proxy
-
-
Constructor Details
-
UnfinishedProxy
UnfinishedProxy(RubyModule proxy)
-