public interface RemoteProcess
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Forcibly terminates the process.
|
java.io.InputStream |
getErrorStream() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
int |
waitFor()
Blocks till process finishes and returns its exit code.
|
void destroy()
throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getErrorStream()
java.io.InputStream getInputStream()
java.io.OutputStream getOutputStream()
int waitFor()
throws java.lang.InterruptedException,
java.io.IOException
java.lang.InterruptedExceptionjava.io.IOException