Interface LinkComponentHandle<H>

Type Parameters:
H - The type of the handles.
All Superinterfaces:
ClosableHandle<H>, OpenableHandle<H>
All Known Subinterfaces:
LinkComponentHandle.LinkAutomatonHandle<H>

public interface LinkComponentHandle<H> extends OpenableHandle<H>, ClosableHandle<H>
The LinkComponentHandle manages various ConnectionStatus states for LinkComponent instances each related to a handle. Operations manipulating on the ConnectionStatus are invoked by this LinkComponentHandle with a handle identifying the according referenced Component.

The LinkComponent contains the business-logic where as the LinkComponentHandle provides the frame for managing this business-logic. The LinkComponentHandle.LinkAutomatonHandle takes care of the correct open/close-cycle applied on a LinkComponent.