Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Job Class Reference

L&B job. More...

List of all members.

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.


Detailed Description

L&B job.

Implementation of L&B job-specific calls. Connection to the server is maintained transparently.


Member Function Documentation

Job& operator= const edg::workload::common::jobid::JobId &   
 

Assign new JobId to an existing instance.

Connection to server is preserved if possible.

const std::pair<std::string,uint16_t> queryListener const std::string &    name const
 

Return last known address of a listener associated to the job.

Parameters:
name  name of the listener
Returns:
hostname and port number


Member Data Documentation

const int STAT_CLASSADS [static]
 

various job description fields.

Used ORed as Job::status() argument, determine which status fields are actually retrieved.


The documentation for this class was generated from the following file:
Generated on Fri May 14 14:19:01 2004 for L&B API CPP by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002