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 TypeMethodDescriptionvoidclose()Release the acquired exclusive access to this Lockable. 
- 
Method Details
- 
close
void close()Release the acquired exclusive access to this Lockable.- Specified by:
 closein interfaceAutoCloseable
 
 -