| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CompositeComponentHandle<H,REF> |
Similar to the
CompositeComponent, the
CompositeComponentHandle provides all the defined handle based
functionality, implementing classes provide the means to invoke those methods
in case them are supported by the referenced components. |
interface |
ConfigurableLifeCycleComponentHandle<H,CTX> |
The
ConfigurableLifeCycleComponentHandle manages various
LifeCycleStatus states for ConfigurableLifeCycleComponent
instances each related to a handle. |
static interface |
ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle<H,CTX> |
The
ConfigurableLifeCycleComponentHandle.ConfigurableLifeCycleAutomatonHandle is an automaton managing
various LifeCycleStatus states for Component instances
each related to a handle. |
interface |
LifeCycleComponentHandle<H> |
The
LifeCycleComponentHandle manages various LifeCycleStatus
states for LifeCycleComponent instances each related to a handle. |
static interface |
LifeCycleComponentHandle.LifeCycleAutomatonHandle<H> |
The
LifeCycleComponentHandle.LifeCycleAutomatonHandle is an automaton managing various
LifeCycleStatus states for Component instances each
related to a handle. |
static interface |
ResumableHandle.ResumeAutomatonHandle<H> |
The
ResumableHandle.ResumeAutomatonHandle interface defines those methods related
to the handle based resume life-cycle. |
Copyright © 2018. All rights reserved.