org.jppf.node
Class NodeLauncher

java.lang.Object
  extended by org.jppf.node.NodeLauncher

public class NodeLauncher
extends Object

Bootstrap class for lauching a JPPF node. The node class is dynamically loaded from a remote server.

Author:
Laurent Cohen

Constructor Summary
NodeLauncher()
           
 
Method Summary
static void main(String... args)
          Start this application, then the JPPF driver as a subprocess.
 
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

main

public static void main(String... args)
Start this application, then the JPPF driver as a subprocess.

Parameters:
args - not used.


Copyright © 2005-2010 JPPF Team.