org.mule.module.launcher.util
Class DebuggableReentrantLock

java.lang.Object
  extended by java.util.concurrent.locks.ReentrantLock
      extended by org.mule.module.launcher.util.DebuggableReentrantLock
All Implemented Interfaces:
Serializable, Lock

public class DebuggableReentrantLock
extends ReentrantLock

See Also:
Serialized Form

Constructor Summary
DebuggableReentrantLock()
           
DebuggableReentrantLock(boolean fair)
           
 
Method Summary
 Thread getOwner()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebuggableReentrantLock

public DebuggableReentrantLock()

DebuggableReentrantLock

public DebuggableReentrantLock(boolean fair)
Method Detail

getOwner

public Thread getOwner()
Overrides:
getOwner in class ReentrantLock


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.