Uses of Interface
org.refcodes.component.OpenedAccessor
-
-
Uses of OpenedAccessor in org.refcodes.component
Subinterfaces of OpenedAccessor 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 interfaceBidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomaton<INPUT,OUTPUT>TheBidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomatoninterface defines those methods related to the opening of connection(s) life-cycle.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 interfaceConnectionOpenable.ConnectionOpenAutomaton<CON>TheConnectionOpenable.ConnectionOpenAutomatoninterface defines those methods related to the opening of connection(s) life-cycle.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.static interfaceOpenable.OpenAutomatonTheOpenable.OpenAutomatoninterface defines those methods related to the opening of connection(s) life-cycle.static interfaceOpenedAccessor.OpenedPropertyProvides a opened property.Classes in org.refcodes.component that implement OpenedAccessor 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.
-