Interface ClosableHandle.CloseAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
ClosableHandle<H>
Enclosing interface:
ClosableHandle<H>

public static interface ClosableHandle.CloseAutomatonHandle<H> extends ClosableHandle<H>
The ClosableHandle.CloseAutomatonHandle interface defines those methods related to the handle based close life-cycle. The handle reference requires the ConnectionOpenable.ConnectionOpenAutomaton interface to be implemented.