Class NonReentrantLock
java.lang.Object
org.infinispan.commons.util.concurrent.NonReentrantLock
- All Implemented Interfaces:
Lock
-
Constructor Details
-
NonReentrantLock
public NonReentrantLock()
-
-
Method Details
-
lock
-
lockInterruptibly
- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
tryLock
-
tryLock
- Specified by:
tryLockin interfaceLock- Throws:
InterruptedException
-
unlock
-
newCondition
- Specified by:
newConditionin interfaceLock
-