org.objectweb.proactive.ext.closedworldlauncher
Class AbstractLauncher

java.lang.Object
  extended by org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
NodeLauncher

public abstract class AbstractLauncher
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  WorldInfo wi
           
 
Constructor Summary
AbstractLauncher()
           
 
Method Summary
 void run()
           
abstract  void run(int i)
          Should be implemented to start the needed classes for the current node number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wi

protected WorldInfo wi
Constructor Detail

AbstractLauncher

public AbstractLauncher()
Method Detail

run

public abstract void run(int i)
Should be implemented to start the needed classes for the current node number


run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright 2001-2007 INRIA All Rights Reserved.