org.jppf.server
Class DriverLauncher

java.lang.Object
  extended by org.jppf.server.DriverLauncher

public class DriverLauncher
extends Object

This class is intended as a controller for the JPPF driver, to enable stopping and restarting it when requested.

It performs the following operations:

Author:
Laurent Cohen

Constructor Summary
DriverLauncher()
           
 
Method Summary
static void main(String... args)
          Start this application, then the JPPF driver a subprocess.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverLauncher

public DriverLauncher()
Method Detail

main

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

Parameters:
args - not used.


Copyright © 2005-2010 JPPF Team.