Package net.sf.basedb.opengrid.engine
Class OpenGridEngine.QstatCmd
- Enclosing class:
OpenGridEngine
Get job status information from an existing QstatXmlCmd instance.
This will find the XML element for the job with the given id and
create the job status information from that. If the specified job
is not found it will return with exit code 1.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.basedb.opengrid.CmdResult
CmdResult.DateResult, CmdResult.StdioResult
-
Constructor Summary
ConstructorDescriptionQstatCmd
(OpenGridEngine.QstatXmlCmd qstatXml, JobIdentifier jobId, int timeAdjustment) -
Method Summary
Methods inherited from class net.sf.basedb.opengrid.CmdResult
asJSONObject, getCmd, getException, getExitStatus, getHardTimeout, getResult, getStderr, getStdout, parseResult, setException, setExitStatus, setResult, setStderr, setStdout, throwExceptionIfNonZeroExitStatus, toString
-
Constructor Details
-
QstatCmd
-