Interface RunningHandle<H>

Type Parameters:
H - The type of the handle.
All Known Subinterfaces:
CompositeComponentHandle<H,REF>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>, ResumableHandle.ResumeAutomatonHandle<H>, StartableHandle.StartAutomatonHandle<H>

public interface RunningHandle<H>
Provides access to the running handle reference.

The handle reference requires the RunningAccessor interface to be implemented.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isRunning(H aHandle)
    Determines whether the component identified by the given handle is running (started or resumed).