Interface DestroyableHandle.DestroyAutomatonHandle<H>

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

public static interface DestroyableHandle.DestroyAutomatonHandle<H> extends DestroyableHandle<H>
The DestroyableHandle.DestroyAutomatonHandle interface defines those methods related to the handle based destroy life-cycle. The handle reference requires the Destroyable.DestroyAutomaton interface to be implemented.