| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IJobInfoSvc Class Reference

This interface provide access to details of the current and previous nuwa jobs. More...

#include <IJobInfoSvc.h>

Inheritance diagram for IJobInfoSvc:

[legend]
Collaboration diagram for IJobInfoSvc:
[legend]
List of all members.

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual const DayaBay::JobInfocurrentJobInfo ()=0
 Get the information for the current job.
virtual const DayaBay::JobInfojobInfo (const DayaBay::JobId &jobId)=0
 Get the information for the job with the given jobId.
virtual StatusCode setJobInfo (const DayaBay::JobInfo &jobInfo)=0
 Add/update job information.
virtual const std::vector<
DayaBay::JobInfo * > & 
cachedJobInfo ()=0
 Return cached list of job info.
virtual StatusCode queryInterface (const InterfaceID &riid, void **ppvInterface)=0
virtual unsigned long addRef ()=0
virtual unsigned long release ()=0

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 Retrieve interface ID.

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

This interface provide access to details of the current and previous nuwa jobs.

Definition at line 17 of file IJobInfoSvc.h.


Member Function Documentation

static const InterfaceID& IJobInfoSvc::interfaceID (  )  [inline, static]

Retrieve interface ID.

Reimplemented from IInterface.

Definition at line 22 of file IJobInfoSvc.h.

00022                                             {
00023       return IID_IJobInfoSvc;
00024     }

virtual const DayaBay::JobInfo* IJobInfoSvc::currentJobInfo (  )  [pure virtual]

Get the information for the current job.

virtual const DayaBay::JobInfo* IJobInfoSvc::jobInfo ( const DayaBay::JobId jobId  )  [pure virtual]

Get the information for the job with the given jobId.

virtual StatusCode IJobInfoSvc::setJobInfo ( const DayaBay::JobInfo jobInfo  )  [pure virtual]

Add/update job information.

virtual const std::vector<DayaBay::JobInfo*>& IJobInfoSvc::cachedJobInfo (  )  [pure virtual]

Return cached list of job info.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:21:05 2011 for DataSvc by doxygen 1.4.7