org.objectweb.dream.control.lifecycle
Class AsyncStarter
java.lang.Object
org.objectweb.dream.control.lifecycle.AsyncStarter
- All Implemented Interfaces:
- Runnable
public class AsyncStarter
- extends Object
- implements Runnable
The run method call LifeCycleCoordinator.setFcStarted()
and then the
ASyncStarterCoordinator.started(org.objectweb.fractal.julia.control.lifecycle.LifeCycleCoordinator, org.objectweb.fractal.api.control.IllegalLifeCycleException)
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncStarter
public AsyncStarter(LifeCycleCoordinator lc,
ASyncStarterCoordinator coordinator)
- Parameters:
lc
- the lifecycle
to startcoordinator
- the coordinator
to
notify when the component is started.
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.