ostore.util
Class DestroyStages
java.lang.Object
|
+--ostore.util.DestroyStages
- All Implemented Interfaces:
- Runnable
- public class DestroyStages
- extends Object
- implements Runnable
Destroys all of the stages associated with some NodeID. This implements
Runnable so it can be run in a new thread, if necessary.
- Version:
- $Id: DestroyStages.java,v 1.1 2003/02/20 23:47:54 strib Exp $
- Author:
- Jeremy Stribling
Method Summary |
void |
run()
Goes through and destroys all stages enumerated in Manager
that are associated with the given NodeId. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestroyStages
public DestroyStages(ManagerIF manager,
NodeId node)
run
public void run()
- Goes through and destroys all stages enumerated in Manager
that are associated with the given NodeId. Assumes a naming
convention for stages: . This is the
standard done by run-experiment.
- Specified by:
run
in interface Runnable