| |
|
| java.lang.Object java.lang.Thread org.cougaar.tools.csmart.ui.console.CreateNodeThread
CreateNodeThread | public class CreateNodeThread extends Thread (Code) | | org.cougaar.tools.csmart.ui.console
|
Method Summary | |
public void | killNode() Destroy the node. | public void | run() Start a node or attach to a node. | public void | setAttach(boolean attach) Set to make run method attach to a node, rather than run a node. |
killNode | public void killNode()(Code) | | Destroy the node.
Tries to kill the node 5 times, in case the remote machine or network is busy.
Note that this is a different thread from above!
|
run | public void run()(Code) | | Start a node or attach to a node.
If fail, add the node to the list of failed nodes in the model.
If successful, add the node to the list of running nodes in the model.
|
setAttach | public void setAttach(boolean attach)(Code) | | Set to make run method attach to a node, rather than run a node.
|
|
|
|