Class TraceableReentrantLock
java.lang.Object
java.util.concurrent.locks.ReentrantLock
com.inductiveautomation.ignition.common.util.TraceableReentrantLock
- All Implemented Interfaces:
- Serializable,- Lock
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.concurrent.locks.ReentrantLockgetHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lockInterruptibly, newCondition, toString, tryLock
- 
Constructor Details- 
TraceableReentrantLockpublic TraceableReentrantLock(org.apache.log4j.Logger log) 
 
- 
- 
Method Details- 
tryLock
- 
lock
- 
unlock
- 
tryLockpublic boolean tryLock()- Specified by:
- tryLockin interface- Lock
- Overrides:
- tryLockin class- ReentrantLock
 
- 
lockpublic void lock()- Specified by:
- lockin interface- Lock
- Overrides:
- lockin class- ReentrantLock
 
- 
unlockpublic void unlock()- Specified by:
- unlockin interface- Lock
- Overrides:
- unlockin class- ReentrantLock
 
 
-