Class ReadWriteLockNamedLock

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NamedLock

    public class ReadWriteLockNamedLock
    extends NamedLockSupport
    Named lock support implementation that is using ReadWriteLock instances. The adapted lock MUST SUPPORT reentrancy, non re-entrant locks will NOT work. It is the responsibility of an adapting lock, to ensure that above lock requirement stands.