Uses of Interface
org.refcodes.component.ConnectionOpenable.ConnectionOpenAutomaton
-
-
Uses of ConnectionOpenable.ConnectionOpenAutomaton in org.refcodes.component
Subinterfaces of ConnectionOpenable.ConnectionOpenAutomaton in org.refcodes.component Modifier and Type Interface Description 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.Classes in org.refcodes.component that implement ConnectionOpenable.ConnectionOpenAutomaton Modifier and Type Class Description classConnectionAutomatonImpl<CON>This class implements aConnectionComponent.ConnectionAutomaton.
-