Class ReentrantLockWithGetOwner
java.lang.Object
java.util.concurrent.locks.ReentrantLock
com.fastasyncworldedit.bukkit.adapter.ReentrantLockWithGetOwner
- All Implemented Interfaces:
Serializable
,Lock
- Direct Known Subclasses:
DelegateLock
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
Constructor Details
-
ReentrantLockWithGetOwner
public ReentrantLockWithGetOwner()
-
-
Method Details
-
getOwner
- Overrides:
getOwner
in classReentrantLock
-