|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.sys.Process
| Constructor Summary | |
Process()
|
|
| Method Summary | |
abstract void |
destroy()
Kills the process. |
abstract int |
exitValue()
Get the exit value of the process. |
abstract Stream |
getErrorStream()
Return an Input Stream to read from the standard error output of the process. |
abstract Stream |
getInputStream()
Return an Input Stream to read from the standard output of the process. |
abstract Stream |
getOutputStream()
Return an Output Stream to write to the standard input of the process. |
abstract void |
waitFor()
Wait until the process exits. |
abstract boolean |
waitFor(TimeOut t)
Wait until the process exits. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Constructor Detail |
public Process()
| Method Detail |
public abstract void destroy()
public abstract void waitFor()
public abstract boolean waitFor(TimeOut t)
t - The length of time to wait.
public abstract int exitValue()
throws IllegalThreadStateException
IllegalThreadStateException - if the process is still running.public abstract Stream getErrorStream()
public abstract Stream getOutputStream()
public abstract Stream getInputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||