Package com.oracle.coherence.common.base
Interface Lockable.Unlockable
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
Lockable
The Unlockable interface is used for releasing the exclusive access to
this Lockable.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
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 interfaceAutoCloseable
-