Uses of Interface
org.refcodes.component.BidirectionalConnectionOpenable
-
Uses of BidirectionalConnectionOpenable in org.refcodes.component
Subinterfaces of BidirectionalConnectionOpenable in org.refcodes.componentModifier and TypeInterfaceDescriptioninterfaceBidirectionalConnectionComponent<INPUT,OUTPUT> A component implementing theBidirectionalConnectionComponentinterface supports a connection.static 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 interfaceTheBidirectionalConnectionOpenable.BidirectionalConnectionOpenAutomatoninterface defines those methods related to the opening of connection(s) life-cycle.