org.jppf.node
Class NodeRunner.ShutdownOrRestart

java.lang.Object
  extended by org.jppf.node.NodeRunner.ShutdownOrRestart
All Implemented Interfaces:
Runnable
Enclosing class:
NodeRunner

public static class NodeRunner.ShutdownOrRestart
extends Object
implements Runnable

Task used to terminate the JVM.


Constructor Summary
NodeRunner.ShutdownOrRestart(boolean restart)
          Initialize this task.
 
Method Summary
 void run()
          Execute this task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeRunner.ShutdownOrRestart

public NodeRunner.ShutdownOrRestart(boolean restart)
Initialize this task.

Parameters:
restart - true if the node is to be restarted, false to only shut it down.
Method Detail

run

public void run()
Execute this task.

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


Copyright © 2005-2010 JPPF Team.