Package net.sf.basedb.opengrid.engine
Class OpenGridEngine.QstatXmlCmd
java.lang.Object
net.sf.basedb.opengrid.CmdResult<Map<String,org.jdom2.Element>>
net.sf.basedb.opengrid.engine.OpenGridEngine.QstatXmlCmd
- Enclosing class:
OpenGridEngine
Execute the 'qstat -xml' command, parse the XML and store the result
for future use with QstatCmd.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.basedb.opengrid.CmdResult
CmdResult.DateResult, CmdResult.StdioResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
This method is called after the command has been executed and the exit code, stdout and stderr has been updated.Methods inherited from class net.sf.basedb.opengrid.CmdResult
asJSONObject, getCmd, getException, getExitStatus, getHardTimeout, getResult, getStderr, getStdout, setException, setExitStatus, setResult, setStderr, setStdout, throwExceptionIfNonZeroExitStatus, toString
-
Constructor Details
-
QstatXmlCmd
public QstatXmlCmd()
-
-
Method Details
-
parseResult
protected void parseResult()Description copied from class:CmdResult
This method is called after the command has been executed and the exit code, stdout and stderr has been updated. Subclasses can override this method to take actions. The default implementation does nothing.- Overrides:
parseResult
in classCmdResult<Map<String,
org.jdom2.Element>>
-