Interface ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON>

Type Parameters:
H - The type of the handle.
CON - the connection used to initialize the referenced instance.
All Superinterfaces:
ConnectionOpenableHandle<H,CON>, OpenedHandle<H>
Enclosing interface:
ConnectionOpenableHandle<H,CON>

public static interface ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON> extends ConnectionOpenableHandle<H,CON>, OpenedHandle<H>
The ConnectionOpenableHandle.ConnectionOpenAutomatonHandle interface defines those methods related to the handle based open/connect life-cycle. The handle reference requires the ConnectionOpenable.ConnectionOpenAutomaton interface to be implemented.