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 Summary

    Modifier and Type
    Method
    Description
    void
    Release the acquired exclusive access to this Lockable.
  • Method Details

    • close

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