Uses of Interface
org.refcodes.component.StoppableHandle
-
-
Uses of StoppableHandle in org.refcodes.component
Subinterfaces of StoppableHandle in org.refcodes.component Modifier and Type Interface Description interfaceCompositeComponentHandle<H,REF>Similar to theCompositeComponent, theCompositeComponentHandleprovides all the defined handle based functionality, implementing classes provide the means to invoke those methods in case them are supported by the referenced components.interfaceConfigurableLifeCycleComponentHandle<H,CTX>TheConfigurableLifeCycleComponentHandlemanages variousLifeCycleStatusstates forConfigurableLifeCycleComponentinstances each related to a handle.static interfaceConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX>TheConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandleis an automaton managing variousLifeCycleStatusstates forComponentinstances each related to a handle.interfaceLifeCycleComponentHandle<H>TheLifeCycleComponentHandlemanages variousLifeCycleStatusstates forLifeCycleComponentinstances each related to a handle.static interfaceLifeCycleComponentHandle.LifeCycleAutomatonHandle<H>TheLifeCycleComponentHandle.LifeCycleAutomatonHandleis an automaton managing variousLifeCycleStatusstates forComponentinstances each related to a handle.static interfaceStoppableHandle.StopAutomatonHandle<H>TheStoppableHandle.StopAutomatonHandleinterface defines those methods related to the handle based stop life-cycle.
-