Class 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.