water.deploy
Interface Node

All Known Implementing Classes:
NodeCL, NodeHost, NodeVM

public interface Node


Method Summary
 void inheritIO()
           
 void kill()
           
 void persistIO(java.lang.String outFile, java.lang.String errFile)
           
 void start()
           
 int waitFor()
           
 

Method Detail

inheritIO

void inheritIO()

persistIO

void persistIO(java.lang.String outFile,
               java.lang.String errFile)
               throws java.io.IOException
Throws:
java.io.IOException

start

void start()

waitFor

int waitFor()

kill

void kill()