Package com.oracle.coherence.common.base
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Release the acquired exclusive access to this Lockable. 
 - 
 
- 
- 
Method Detail
- 
close
void close()
Release the acquired exclusive access to this Lockable.- Specified by:
 closein interfaceAutoCloseable
 
 - 
 
 -