org.objectweb.dream.control.lifecycle
Class AsyncStarter

java.lang.Object
  extended by 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)


Constructor Summary
AsyncStarter(LifeCycleCoordinator lc, ASyncStarterCoordinator coordinator)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncStarter

public AsyncStarter(LifeCycleCoordinator lc,
                    ASyncStarterCoordinator coordinator)
Parameters:
lc - the lifecycle to start
coordinator - the coordinator to notify when the component is started.
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.