H - the generic typeCompositeComponentHandle<H,REF>, ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX>, LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>public interface LifeCycleStatusHandle<H>
| Modifier and Type | Method | Description |
|---|---|---|
LifeCycleStatus |
getLifeCycleStatus(H aHandle) |
Retrieves the
LifeCycleStatus related to the given handle. |
boolean |
hasLifeCycleStatus(H aHandle) |
Determines whether the handle reference provides a
LifeCycleStatus by implementing the
LifeCycleStatusAccessor interface. |
boolean hasLifeCycleStatus(H aHandle) throws UnknownHandleRuntimeException
LifeCycleStatus by implementing the
LifeCycleStatusAccessor interface.aHandle - The handle to test whether the reference provides the
according functionality.UnknownHandleRuntimeException - in case the handle is unknown.LifeCycleStatus getLifeCycleStatus(H aHandle) throws UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
LifeCycleStatus related to the given handle.
Determines in which LifeCycleStatus status a component related to
the given handle is in.aHandle - The handle for which to retrieve the
LifeCycleStatus.LifeCycleStatus related to the given handle.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.