public interface Process
| Modifier and Type | Interface and Description |
|---|---|
static class |
Process.Status |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
getExitResult() |
CommandOperation |
getInput() |
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 InterruptedException
InterruptedExceptionString getInputLine() throws InterruptedException
InterruptedExceptionint getPID()
CommandResult getExitResult()
void interrupt()
throws InterruptedException
InterruptedExceptionProcess.Status getStatus()
void updateStatus(Process.Status status)
Copyright © 2018 JBoss by Red Hat. All rights reserved.