public interface LifeCycleStatusHandle<H>
Modifier and Type | Method and 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.UnsupportedHandleOperationRuntimeException
- in case the reference
of the handle does not support the requested operation.UnknownHandleRuntimeException
- in case the given handle is
unknown.Copyright © 2015. All rights reserved.