H - The type of the handle.CompositeComponentHandle<H,REF>, ConfigurableHandle.ConfigureAutomatonHandle<H,CTX>, ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX>, InitializableHandle.InitializeAutomatonHandle<H>, LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>public interface InitializedHandle<H>
The handle reference requires the InitializedAccessor interface to be
implemented.
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isInitzialized(H aHandle) |
Determines whether the component identified by the given handle is
opened.
|
boolean isInitzialized(H aHandle) throws UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
aHandle - The handle identifying the component.UnknownHandleRuntimeException - in case the given handle is
unknown.UnsupportedHandleOperationRuntimeException - in case the reference
of the handle does not support the requested operation.Copyright © 2018. All rights reserved.