Interface InitializedHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
CompositeComponentHandle<H,​REF>, ConfigurableHandle.ConfigureAutomatonHandle<H,​CTX>, ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,​CTX>, InitializableHandle.InitializeAutomatonHandle<H>, LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>

public interface InitializedHandle<H>
Provides access to the initialized handle reference.

The handle reference requires the InitializedAccessor interface to be implemented.

  • Method Summary

    Modifier and Type Method Description
    boolean isInitzialized​(H aHandle)
    Determines whether the component identified by the given handle is opened.