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:
lockInterruptibly
in interfaceLock
- Throws:
InterruptedException
-
tryLock
-
tryLock
- Specified by:
tryLock
in interfaceLock
- Throws:
InterruptedException
-
unlock
-
newCondition
- Specified by:
newCondition
in interfaceLock
-