Uses of Interface
org.refcodes.component.Closable.CloseAutomaton
-
Uses of Closable.CloseAutomaton in org.refcodes.component
Subinterfaces of Closable.CloseAutomaton in org.refcodes.componentModifier and TypeInterfaceDescriptionstatic interfaceA 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 interfaceTheConnectableComponent.ConnectableAutomatonextends theConnectableComponentwith automaton functionality to get detailed status information regarding connections.static interfaceA 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 interfaceA 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 Closable.CloseAutomatonModifier and TypeClassDescriptionclassTheAbstractConnectableAutomatonimplements the very basicAbstractConnectableAutomatonfunctionality.classTheAbstractDeviceAutomatonimplements the very basicAbstractDeviceAutomatonfunctionality.classThis class implements aConnectionComponent.ConnectionAutomaton.classThis class implements aLifecycleComponent.LifecycleAutomaton.