|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProcessController
The Interface ProcessController.
| Method Summary | |
|---|---|
void |
controlJob(ProcessControlAction Action)
Control job. |
boolean |
destroy()
Destroy. |
java.lang.Integer |
getExitCode()
Gets the exit code. |
java.lang.Process |
getProcess()
Gets the process. |
ProcessStatus |
getStatus()
Gets the status. |
java.io.InputStream |
getStderrFile()
Gets the stderr file. |
java.io.InputStream |
getStdoutFile()
Gets the stdout file. |
long |
getSubmissionTime()
Gets the submission time. |
boolean |
Setup(java.util.List<java.lang.String> command)
Setup. |
boolean |
submit()
Submit. |
java.lang.String |
toString()
To string. |
int |
waitFor()
Wait for. |
| Method Detail |
|---|
ProcessStatus getStatus()
long getSubmissionTime()
java.lang.Integer getExitCode()
boolean submit()
boolean destroy()
java.lang.Process getProcess()
int waitFor()
throws java.lang.InterruptedException
java.lang.InterruptedException - the interrupted exceptionjava.io.InputStream getStdoutFile()
java.io.InputStream getStderrFile()
void controlJob(ProcessControlAction Action)
Action - the actionjava.lang.String toString()
toString in class java.lang.Objectboolean Setup(java.util.List<java.lang.String> command)
command - the command
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||