public class DebuggableReentrantLock extends ReentrantLock
| Constructor and Description |
|---|
DebuggableReentrantLock() |
DebuggableReentrantLock(boolean fair) |
| Modifier and Type | Method and Description |
|---|---|
Thread |
getOwner() |
getHoldCount, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlockpublic DebuggableReentrantLock()
public DebuggableReentrantLock(boolean fair)
public Thread getOwner()
getOwner in class ReentrantLockCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.