|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.processcontrol.ProcessControllerDRMAA
public class ProcessControllerDRMAA
The Class ProcessControllerDRMAA.
| Constructor Summary | |
|---|---|
ProcessControllerDRMAA()
Instantiates a new process controller drmaa. |
|
| 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> CommandList)
Setup. |
boolean |
submit()
Submit. |
java.lang.String |
toString()
To string. |
int |
waitFor()
Wait for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessControllerDRMAA()
| Method Detail |
|---|
public boolean Setup(java.util.List<java.lang.String> CommandList)
ProcessController
Setup in interface ProcessControllerCommandList - the command
public java.lang.Process getProcess()
ProcessController
getProcess in interface ProcessControllerpublic long getSubmissionTime()
ProcessController
getSubmissionTime in interface ProcessControllerpublic java.lang.String toString()
ProcessController
toString in interface ProcessControllertoString in class java.lang.Objectpublic ProcessStatus getStatus()
ProcessController
getStatus in interface ProcessControllerpublic java.io.InputStream getStderrFile()
ProcessController
getStderrFile in interface ProcessControllerpublic java.io.InputStream getStdoutFile()
ProcessController
getStdoutFile in interface ProcessControllerpublic boolean submit()
ProcessController
submit in interface ProcessControllerpublic boolean destroy()
ProcessController
destroy in interface ProcessControllerpublic java.lang.Integer getExitCode()
ProcessController
getExitCode in interface ProcessControllerpublic int waitFor()
ProcessController
waitFor in interface ProcessControllerpublic void controlJob(ProcessControlAction Action)
ProcessController
controlJob in interface ProcessControllerAction - the action
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||