Class LockBase
java.lang.Object
org.aksw.commons.lock.LockBase
- All Implemented Interfaces:
Lock
- Direct Known Subclasses:
CompoundLock, DummyLock, LockBaseRepeat
-
Constructor Details
-
LockBase
public LockBase()
-
-
Method Details
-
lock
-
tryLock
-
lockInterruptibly
- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
newCondition
- Specified by:
newConditionin interfaceLock
-