- 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 TypeMethodDescriptionbooleanisInitzialized(H aHandle) Determines whether the component identified by the given handle is opened.
-
Method Details
-
isInitzialized
Determines whether the component identified by the given handle is opened.- Parameters:
aHandle- The handle identifying the component.- Returns:
- True in case of being opened, else false.
- Throws:
UnknownHandleRuntimeException- in case the given handle is unknown.UnsupportedHandleOperationRuntimeException- in case the reference of the handle does not support the requested operation.
-