org.objectweb.proactive.ext.closedworldlauncher
Class NodeLauncher

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

public class NodeLauncher
extends AbstractLauncher


Field Summary
 
Fields inherited from class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
wi
 
Constructor Summary
NodeLauncher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(int i)
          Should be implemented to start the needed classes for the current node number
 
Methods inherited from class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeLauncher

public NodeLauncher()
Method Detail

run

public void run(int i)
Description copied from class: AbstractLauncher
Should be implemented to start the needed classes for the current node number

Specified by:
run in class AbstractLauncher

main

public static void main(java.lang.String[] args)


Copyright 2001-2007 INRIA All Rights Reserved.