MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
JobSubmissionInfo Class Reference

#include <jobsubmissioninfo.h>

Public Member Functions

 JobSubmissionInfo (const JobSubmissionInfo &other)
 
JobSubmissionInfooperator= (const JobSubmissionInfo &other)
 
bool isValid () const
 
qint64 jobNumber () const
 
QString stdout () const
 
QString stderr () const
 
void setContent (const QString &xml)
 
QString xml () const
 

Static Public Member Functions

static JobSubmissionInfo fromXml (const QString &xml)
 

Detailed Description

class used to model the response message returned by a UIT server in response to a job submission.

Constructor & Destructor Documentation

Parameters
otherThe instance to copy.

Member Function Documentation

JobSubmissionInfo& operator= ( const JobSubmissionInfo other)
Parameters
otherThe instance to assign.
bool isValid ( ) const
Returns
true if this object represents a valid JobSubmissionInfo document, false otherwise.
qint64 jobNumber ( ) const
Returns
the job number.
QString stdout ( ) const
Returns
the STDOUT produced by submitting the job.
QString stderr ( ) const
Returns
the STDERR produced by submitting the job.
void setContent ( const QString &  xml)
Parameters
xmlThe XML to parse and populate the object model with.
QString xml ( ) const
Returns
The raw XML parse and used to populare the object model with.
static JobSubmissionInfo fromXml ( const QString &  xml)
static

Convert a JobSubmissionInfo XML document into object model.

Returns
The JobSubmissionInfo object representing the XML.
Parameters
xmlThe JobSubmissionInfo XML document to parse.

The documentation for this class was generated from the following file: