Public Methods | |
Job & | operator= (const edg::workload::common::jobid::JobId &) |
Assign new JobId to an existing instance. More... | |
JobStatus | status (int) const |
Return job status. | |
void | log (std::vector< Event > &) const |
Return all events corresponding to this job. | |
const std::pair< std::string, uint16_t > | queryListener (const std::string &name) const |
Return last known address of a listener associated to the job. More... | |
Static Public Attributes | |
const int | STAT_CLASSADS |
various job description fields. More... | |
const int | STAT_CHILDREN |
list of subjob JobId's. | |
const int | STAT_CHILDSTAT |
apply the flags recursively to subjobs. |
Implementation of L&B job-specific calls. Connection to the server is maintained transparently.
|
Assign new JobId to an existing instance. Connection to server is preserved if possible. |
|
Return last known address of a listener associated to the job.
|
|
various job description fields. Used ORed as Job::status() argument, determine which status fields are actually retrieved. |