Class AutoCloseableMultiLock

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public final class AutoCloseableMultiLock
    extends AutoCloseableLock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void unlock()
      Concrete implementations should do whatever work is required to unlock their inner lock(s).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • unlock

        protected void unlock()
        Description copied from class: AutoCloseableLock
        Concrete implementations should do whatever work is required to unlock their inner lock(s).
        Specified by:
        unlock in class AutoCloseableLock