glite::wms::wmproxyapi::JobIdApi Struct Reference

Used to define the jobid hierarchy of a job or a dag. More...

#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>

Data Fields

std::string jobid
 The identifier of the job.
std::string * nodeName
 The name of the node (for DAG, collection of jobs and parametric jobs, NULL otherwise).
std::string * jobPath
 The server ISB relative path.
std::vector< JobIdApi * > children
 A list of all the children for this node (for DAG, collection of jobs and parametric jobs, empty-vector otherwise).

Detailed Description

Used to define the jobid hierarchy of a job or a dag.

the nodeName is mandatory only when the jobid refers to a dag node


Field Documentation

A list of all the children for this node (for DAG, collection of jobs and parametric jobs, empty-vector otherwise).

The identifier of the job.

The server ISB relative path.

The name of the node (for DAG, collection of jobs and parametric jobs, NULL otherwise).


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

Generated on 8 Mar 2013 for glite-wms-wmproxy-api-cpp-3.5.0 by  doxygen 1.6.1