Class NonReentrantLock

java.lang.Object
org.infinispan.commons.util.concurrent.NonReentrantLock
All Implemented Interfaces:
Lock

public final class NonReentrantLock extends Object implements Lock
A simplistic non-reentrant lock that does not use ownership by thread.