Uses of Interface
org.refcodes.component.Configurable.ConfigureAutomaton
-
-
Uses of Configurable.ConfigureAutomaton in org.refcodes.component
Subinterfaces of Configurable.ConfigureAutomaton in org.refcodes.component Modifier and Type Interface Description static interfaceConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX>A system implementing theConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomatoninterface supports managingConfigurableLifeCycleComponentinstances 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 Configurable.ConfigureAutomaton Modifier and Type Class Description classConfigurableLifeCycleAutomatonImpl<CTX>This class implements aConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton.
-