Interface InitializableHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
ComponentHandleComposite<H,REF>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, InitializableHandle.InitializeAutomatonHandle<H>, LifecycleComponentHandle<H>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>

public interface InitializableHandle<H>
The InitializableHandle interface defines those methods related to the handle based initialize life-cycle.

The handle reference requires the Initializable interface to be implemented.