Class MongoLock
java.lang.Object
ir.msob.jima.lock.ral.mongo.beans.MongoLock
- All Implemented Interfaces:
Lock
-
Constructor Summary
ConstructorsConstructorDescriptionMongoLock(LockLogService lockLogService, String... ids) MongoLock(LockLogService lockLogService, Collection<String> ids) -
Method Summary
-
Constructor Details
-
MongoLock
-
MongoLock
-
-
Method Details
-
lock
public void lock() -
lockInterruptibly
- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
tryLock
public boolean tryLock() -
tryLock
- Specified by:
tryLockin interfaceLock- Throws:
InterruptedException
-
unlock
public void unlock() -
newCondition
- Specified by:
newConditionin interfaceLock
-