Interface ConnectionOpenableHandle<H,CON>

Type Parameters:
H - The type of the handle.
CON - The connection used to open the referenced instance.
All Known Subinterfaces:
ConnectionComponentHandle<H,CON>, ConnectionComponentHandle.ConnectionAutomatonHandle<H,CON>, ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON>

public interface ConnectionOpenableHandle<H,CON>
The ConnectionOpenableHandle interface defines those methods related to the handle based open/connect life-cycle.

The handle reference requires the ConnectionOpenable interface to be implemented.