Interface Lockable.Unlockable

  • All Superinterfaces:
    AutoCloseable
    Enclosing interface:
    Lockable

    public static interface Lockable.Unlockable
    extends AutoCloseable
    The Unlockable interface is used for releasing the exclusive access to this Lockable.
    • Method Detail

      • close

        void close()
        Release the acquired exclusive access to this Lockable.
        Specified by:
        close in interface AutoCloseable