H - The type of the handle.InitializableHandle<H>, InitializedHandle<H>CompositeComponentHandle<H,REF>, LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>public static interface InitializableHandle.InitializeAutomatonHandle<H> extends InitializableHandle<H>, InitializedHandle<H>
InitializableHandle.InitializeAutomatonHandle interface defines those methods
related to the handle based initialize life-cycle.
The handle reference requires the Initializable.InitializeAutomaton interface
to be implemented.InitializableHandle.InitializeAutomatonHandle<H>| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasInitializeAutomaton(H aHandle) |
Determines whether the handle reference is initalizable by
implementing the
Initializable.InitializeAutomaton interface. |
boolean |
isInitalizable(H aHandle) |
Determines whether the component identified by the given handle may
get initialized.
|
hasInitalizable, initialize, initializeUncheckedisInitzializedboolean hasInitializeAutomaton(H aHandle) throws UnknownHandleRuntimeException
Initializable.InitializeAutomaton interface.aHandle - The handle to test whether the reference provides the
according functionality.UnknownHandleRuntimeException - in case the handle is unknown.boolean isInitalizable(H aHandle) throws UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
aHandle - The handle identifying the component.InitializableHandle.initialize(Object) is possible.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.