H
- The type of the handle.CompositeComponentHandle<H,REF>
, ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX>
, LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>
, ResumableHandle.ResumeAutomatonHandle<H>
, StartableHandle.StartAutomatonHandle<H>
public interface RunningHandle<H>
The handle reference requires the RunningAccessor
interface to be
implemented.
Modifier and Type | Method | Description |
---|---|---|
boolean |
isRunning(H aHandle) |
Determines whether the component identified by the given handle is
running (started or resumed).
|
boolean isRunning(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.