Interface InitializedHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
ComponentHandleComposite<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.