Interface OpenableHandle.OpenAutomatonHandle<H>

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

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