H
- the generic typeClosableHandle<H>
, ConnectionStatusHandle<H>
, LinkComponentHandle<H>
, OpenableHandle<H>
public static interface LinkComponentHandle.DeviceAutomatonHandle<H> extends LinkComponentHandle<H>, OpenableHandle<H>, ClosableHandle<H>, ConnectionStatusHandle<H>
LinkComponentHandle.DeviceAutomatonHandle
is an automaton managing various
ConnectionStatus
states for Component
instances each
related to a handle. Operations manipulating on the
ConnectionStatus
are invoked by this
LinkComponentHandle.DeviceAutomatonHandle
with a handle identifying the according
referenced Component
.
The LinkComponent
contains the business-logic where as the
LinkComponentHandle.DeviceAutomatonHandle
provides the frame for managing this
business-logic. The LinkComponentHandle.DeviceAutomatonHandle
takes care of the
correct life-cycle applied on a LinkComponent
.ClosableHandle.CloseAutomatonHandle<H>
LinkComponentHandle.DeviceAutomatonHandle<H>
OpenableHandle.OpenAutomatonHandle<H>
close, closeUnchecked, hasClosable
getConnectionStatus, hasConnectionStatus
hasOpenable, open, openUnchecked
Copyright © 2018. All rights reserved.