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
InterruptedException
String getInputLine() throws InterruptedException
InterruptedException
int getPID()
CommandResult getExitResult()
void interrupt() throws InterruptedException
InterruptedException
Process.Status getStatus()
void updateStatus(Process.Status status)
Copyright © 2019 JBoss by Red Hat. All rights reserved.