private static interface CycleDetectingLockFactory.CycleDetectingLock
CycleDetectingLock
interface, allowing the detection logic to treat all locks in the same
manner.Modifier and Type | Method and Description |
---|---|
CycleDetectingLockFactory.LockGraphNode |
getLockGraphNode() |
boolean |
isAcquiredByCurrentThread() |
CycleDetectingLockFactory.LockGraphNode getLockGraphNode()
CycleDetectingLockFactory.LockGraphNode
associated with this lock.boolean isAcquiredByCurrentThread()
true
if the current thread has acquired this lock.