org.jppf.node
Class NodeRunner.ShutdownOrRestart
java.lang.Object
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.
|
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 |
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.
run
public void run()
- Execute this task.
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()
Copyright © 2005-2010 JPPF Team.