treqs::DBFileRequest Class Reference

class to define a structure for communication between jobs Database and TReqS. This objects is only used between DBUtils, and Dispatcher. More...

#include <DBFileRequest.h>

List of all members.

Public Member Functions

 DBFileRequest ()
 Constructor.
virtual ~DBFileRequest ()
 Destructor.
std::string getRequestFileName () const
 Getter.
long getRequestId () const
 Getter.
std::string getRequestOwner () const
 Getter.
void setRequestFileName (std::string RequestFileName)
 Setter.
void setRequestId (long RequestId)
 Setter.
void setRequestOwner (std::string RequestOwner)
 Setter.
void setNbTries (int)
 Setter for member.
int getNbTries ()
 Getter for member.

Private Attributes

long RequestId
std::string RequestFileName
std::string RequestOwner
int NbTries

Detailed Description

class to define a structure for communication between jobs Database and TReqS. This objects is only used between DBUtils, and Dispatcher.


Constructor & Destructor Documentation

treqs::DBFileRequest::DBFileRequest (  ) 

Constructor.

treqs::DBFileRequest::~DBFileRequest (  )  [virtual]

Destructor.


Member Function Documentation

int treqs::DBFileRequest::getNbTries (  ) 

Getter for member.

std::string treqs::DBFileRequest::getRequestFileName (  )  const

Getter.

long treqs::DBFileRequest::getRequestId (  )  const

Getter.

std::string treqs::DBFileRequest::getRequestOwner (  )  const

Getter.

void treqs::DBFileRequest::setNbTries ( int  n  ) 

Setter for member.

Here is the caller graph for this function:

void treqs::DBFileRequest::setRequestFileName ( std::string  RequestFileName  ) 

Setter.

Here is the caller graph for this function:

void treqs::DBFileRequest::setRequestId ( long  RequestId  ) 

Setter.

Here is the caller graph for this function:

void treqs::DBFileRequest::setRequestOwner ( std::string  RequestOwner  ) 

Setter.

Here is the caller graph for this function:


Member Data Documentation

std::string treqs::DBFileRequest::RequestOwner [private]

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

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1