H
- The type of the handles.ClosableHandle<H>
, OpenableHandle<H>
LinkComponentHandle.DeviceAutomatonHandle<H>
public interface LinkComponentHandle<H> extends OpenableHandle<H>, ClosableHandle<H>
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.DeviceAutomatonHandle
takes care of the correct
open/close-cycle applied on a LinkComponent
.
Modifier and Type | Interface | Description |
---|---|---|
static interface |
LinkComponentHandle.DeviceAutomatonHandle<H> |
The
LinkComponentHandle.DeviceAutomatonHandle is an automaton managing various
ConnectionStatus states for Component instances each
related to a handle. |
ClosableHandle.CloseAutomatonHandle<H>
OpenableHandle.OpenAutomatonHandle<H>
close, closeUnchecked, hasClosable
hasOpenable, open, openUnchecked
Copyright © 2018. All rights reserved.