Uses of Interface
org.refcodes.component.RunningAccessor
-
-
Uses of RunningAccessor in org.refcodes.component
Subinterfaces of RunningAccessor 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.interfaceHealthCheckerstatic interfaceLifeCycleComponent.LifeCycleAutomatonA system implementing theLifeCycleComponent.LifeCycleAutomatoninterface supports managingLifeCycleComponentinstances and takes care that the life-cycle stages are invoked in the correct order by throwing according exceptions in case the life-cycle is invoked in the wrong order.static interfaceResumable.ResumeAutomatonTheResumable.ResumeAutomatoninterface defines those methods related to the resume life-cycle.static interfaceRunningAccessor.RunningPropertyProvides a running property.static interfaceStartable.StartAutomatonTheStartable.StartAutomatoninterface defines those methods related to the start life-cycle.Classes in org.refcodes.component that implement RunningAccessor Modifier and Type Class Description classConfigurableLifeCycleAutomatonImpl<CTX>This class implements aConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton.classLifeCycleAutomatonImplThis class implements aLifeCycleComponent.LifeCycleAutomaton.static classLifeCycleAutomatonImpl.ManualLifeCycleAutomatonImplOpens the otherwise protectedLifeCycleAutomatonImpl.ManualLifeCycleAutomatonImpl.setLifeCycleStatus(LifeCycleStatus)to be public in order to force any lifecycle status to be set.
-