public interface Process
| Modifier and Type | Interface and Description |
|---|---|
static class |
Process.Status |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
getExitResult() |
CommandOperation |
getInput() |
java.lang.String |
getInputLine() |
int |
getPID() |
Process.Status |
getStatus() |
void |
interrupt() |
void |
setManager(ProcessManager manager) |
void |
updateStatus(Process.Status status) |
void setManager(ProcessManager manager)
CommandOperation getInput() throws java.lang.InterruptedException
java.lang.InterruptedExceptionjava.lang.String getInputLine()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionint getPID()
CommandResult getExitResult()
void interrupt()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionProcess.Status getStatus()
void updateStatus(Process.Status status)