Interface ComponentHandleComposite<H,REF>

Type Parameters:
H - The type of the handles.
REF - The type of the objects to which the handles reference to.
All Superinterfaces:
DestroyableHandle<H>, DestroyableHandle.DestroyAutomatonHandle<H>, FlushHandle<H>, HandleLookup<H,REF>, InitializableHandle<H>, InitializableHandle.InitializeAutomatonHandle<H>, InitializedHandle<H>, LifecycleComponentHandle<H>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>, LifecycleStatusHandle<H>, PausableHandle<H>, PausableHandle.PauseAutomatonHandle<H>, ProgressHandle<H>, ResetHandle<H>, ResumableHandle<H>, ResumableHandle.ResumeAutomatonHandle<H>, RunningHandle<H>, StartableHandle<H>, StartableHandle.StartAutomatonHandle<H>, StoppableHandle<H>, StoppableHandle.StopAutomatonHandle<H>

public interface ComponentHandleComposite<H,REF> extends HandleLookup<H,REF>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>, ProgressHandle<H>, ResetHandle<H>, FlushHandle<H>
Similar to the ComponentComposite, the ComponentHandleComposite provides all the defined handle based functionality, implementing classes provide the means to invoke those methods in case them are supported by the referenced components.