public class PulsarProcessWrapper
extends java.lang.Object
| Constructor and Description |
|---|
PulsarProcessWrapper(java.lang.Process p) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
java.lang.Process |
destroyForcibly() |
int |
exitValue() |
java.io.InputStream |
getErrorStream() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
boolean |
isAlive() |
int |
waitFor() |
boolean |
waitFor(long timeout,
java.util.concurrent.TimeUnit unit) |
public java.io.OutputStream getOutputStream()
public java.io.InputStream getInputStream()
public java.io.InputStream getErrorStream()
public int waitFor()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic boolean waitFor(long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic int exitValue()
public void destroy()
public java.lang.Process destroyForcibly()
public boolean isAlive()