Package org.refcodes.component
Interface LinkComponentHandle.DeviceAutomatonHandle<H>
-
- Type Parameters:
H- the generic type
- All Superinterfaces:
ClosableHandle<H>,ConnectionStatusHandle<H>,LinkComponentHandle<H>,OpenableHandle<H>
- Enclosing interface:
- LinkComponentHandle<H>
public static interface LinkComponentHandle.DeviceAutomatonHandle<H> extends LinkComponentHandle<H>, OpenableHandle<H>, ClosableHandle<H>, ConnectionStatusHandle<H>
TheLinkComponentHandle.DeviceAutomatonHandleis an automaton managing variousConnectionStatusstates forComponentinstances each related to a handle. Operations manipulating on theConnectionStatusare invoked by thisLinkComponentHandle.DeviceAutomatonHandlewith a handle identifying the according referencedComponent. TheLinkComponentcontains the business-logic where as theLinkComponentHandle.DeviceAutomatonHandleprovides the frame for managing this business-logic. TheLinkComponentHandle.DeviceAutomatonHandletakes care of the correct life-cycle applied on aLinkComponent.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.ClosableHandle
ClosableHandle.CloseAutomatonHandle<H>
-
Nested classes/interfaces inherited from interface org.refcodes.component.LinkComponentHandle
LinkComponentHandle.DeviceAutomatonHandle<H>
-
Nested classes/interfaces inherited from interface org.refcodes.component.OpenableHandle
OpenableHandle.OpenAutomatonHandle<H>
-
-
Method Summary
-
Methods inherited from interface org.refcodes.component.ClosableHandle
close, closeUnchecked, hasClosable
-
Methods inherited from interface org.refcodes.component.ConnectionStatusHandle
getConnectionStatus, hasConnectionStatus
-
Methods inherited from interface org.refcodes.component.OpenableHandle
hasOpenable, open, openUnchecked
-
-