Uses of Interface
org.refcodes.component.BidirectionalConnectionOpenable
-
-
Uses of BidirectionalConnectionOpenable in org.refcodes.component
Subinterfaces of BidirectionalConnectionOpenable in org.refcodes.component Modifier and Type Interface Description interfaceBidirectionalConnectionComponent<INPUT,OUTPUT>A component implementing theBidirectionalConnectionComponentinterface supports a connection.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.
-