Interface StartableHandle.StartAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
RunningHandle<H>, StartableHandle<H>
All Known Subinterfaces:
ComponentHandleComposite<H,REF>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>
Enclosing interface:
StartableHandle<H>

public static interface StartableHandle.StartAutomatonHandle<H> extends RunningHandle<H>, StartableHandle<H>
The StartableHandle.StartAutomatonHandle interface defines those methods related to the handle based start life-cycle. The handle reference requires the Startable.StartAutomaton interface to be implemented.