H
- The type of the handles.CON
- The connection used to open the referenced instance.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 and 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. |
ConnectionOpenableHandle.ConnectionOpenAutomatonHandle<H,CON>
ClosableHandle.CloseAutomatonHandle<H>
hasConnectionOpenable, open
close, hasClosable
Copyright © 2016. All rights reserved.