H - The type of the handles.CON - The connection used to open the referenced instance.ClosableHandle<H>, ConnectionOpenableHandle<H,CON>ConnectionComponentHandle.ConnectionAutomatonHandle<H,CON>public interface ConnectionComponentHandle<H,CON> extends ConnectionOpenableHandle<H,CON>, ClosableHandle<H>
ConnectionComponentHandle manages various
ConnectionStatus states for ConnectionComponent instances
each related to a handle. Operations manipulating on the
ConnectionStatus are invoked by this
ConnectionComponentHandle with a handle identifying the according
referenced Component.
The ConnectionComponent contains the business-logic where as the
ConnectionComponentHandle provides the frame for managing this
business-logic. The ConnectionComponentHandle.ConnectionAutomatonHandle takes care of the
correct open/close-cycle applied on a ConnectionComponent.
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ConnectionComponentHandle.ConnectionAutomatonHandle<H,CON> |
The
ConnectionComponentHandle.ConnectionAutomatonHandle is an automaton managing various
ConnectionStatus states for ConnectionComponent instances
each related to a handle. |
ClosableHandle.CloseAutomatonHandle<H>ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON>close, closeUnchecked, hasClosablehasConnectionOpenable, open, openUncheckedCopyright © 2018. All rights reserved.