|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.control.lifecycle.AsyncStartLifeCycleCoordinatorMixin
public abstract class AsyncStartLifeCycleCoordinatorMixin
Mixin that implements the coordination of asynchronous start.
Field Summary | |
---|---|
Component |
_this_weaveableC
The weaveableC field required by this mixin. |
protected Set<LifeCycleCoordinator> |
asyncStarting
|
protected IllegalLifeCycleException |
lifeCycleException
|
Method Summary | |
---|---|
abstract void |
_super_setFcState(boolean started)
The setFcState method overridden by this mixin. |
void |
setFcState(boolean started)
The setFcState method overridden by this mixin. |
void |
started(LifeCycleCoordinator lc,
IllegalLifeCycleException exception)
Notifies the life cycle coordinator that the component, the given lc interface belong, has been asynchronously started. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Set<LifeCycleCoordinator> asyncStarting
protected IllegalLifeCycleException lifeCycleException
public Component _this_weaveableC
Component
interface of the component to
which this controller object belongs.
Method Detail |
---|
public void setFcState(boolean started) throws IllegalLifeCycleException
IllegalLifeCycleException
BasicLifeCycleCoordinatorMixin.setFcState(boolean)
public void started(LifeCycleCoordinator lc, IllegalLifeCycleException exception)
ASyncStarterCoordinator
lc
interface belong, has been asynchronously started.
started
in interface ASyncStarterCoordinator
lc
- the LifeCycleCoordinator
interface of the started
component.exception
- if the LifeCycleCoordinator.setFcStarted()
throws
an exception.ASyncStarterCoordinator.started(LifeCycleCoordinator,
IllegalLifeCycleException)
public abstract void _super_setFcState(boolean started) throws IllegalLifeCycleException
IllegalLifeCycleException
BasicLifeCycleCoordinatorMixin.setFcState(boolean)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |