Uses of Interface
org.refcodes.component.ConnectionStatusAccessor
-
-
Uses of ConnectionStatusAccessor in org.refcodes.component
Subinterfaces of ConnectionStatusAccessor in org.refcodes.component Modifier and Type Interface Description static interfaceBidirectionalConnectionComponent.BidirectionalConnectionAutomaton<INPUT,OUTPUT>A system implementing theBidirectionalConnectionComponent.BidirectionalConnectionAutomatoninterface supports managingBidirectionalConnectionComponentinstances and takes care that the open/close statuses are invoked in the correct order by throwing according exceptions in case the open/close-cycle is invoked in the wrong order.static interfaceConnectableComponent.ConnectableAutomatonTheConnectableComponent.ConnectableAutomatonextends theConnectableComponentwith automaton functionality to get detailed status information regarding connections.static interfaceConnectionComponent.ConnectionAutomaton<CON>A system implementing theConnectionComponent.ConnectionAutomatoninterface supports managingConnectionComponentinstances and takes care that the open/close statuses are invoked in the correct order by throwing according exceptions in case the open/close-cycle is invoked in the wrong order.static interfaceConnectionStatusAccessor.ConnectionStatusPropertyProvides aConnectionStatusproperty.static interfaceLinkComponent.LinkAutomatonA system implementing theLinkComponent.LinkAutomatoninterface supports managingLinkComponentinstances and takes care that the open/close statuses are invoked in the correct order by throwing according exceptions in case the open/close-cycle is invoked in the wrong order.Classes in org.refcodes.component that implement ConnectionStatusAccessor Modifier and Type Class Description classAbstractConnectableAutomatonTheAbstractConnectableAutomatonimplements the very basicAbstractConnectableAutomatonfunctionality.classAbstractDeviceAutomatonTheAbstractDeviceAutomatonimplements the very basicAbstractDeviceAutomatonfunctionality.classConnectionAutomatonImpl<CON>This class implements aConnectionComponent.ConnectionAutomaton.classDeviceAutomatonImplThis class implements aLifeCycleComponent.LifeCycleAutomaton.
-