Uses of Interface
org.refcodes.component.BidirectionalConnectionOpenable
-
Uses of BidirectionalConnectionOpenable in org.refcodes.component
Subinterfaces of BidirectionalConnectionOpenable in org.refcodes.componentModifier and TypeInterfaceDescriptioninterface
BidirectionalConnectionComponent<INPUT,
OUTPUT> A component implementing theBidirectionalConnectionComponent
interface supports a connection.static interface
A system implementing theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton
interface supports managingBidirectionalConnectionComponent
instances 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 interface
TheBidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomaton
interface defines those methods related to the opening of connection(s) life-cycle.