dbo_SelectDriveHost Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectDriveHost:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectDriveHost:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 392 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectDriveHost (string a_drvName, string a_host, i_DriveHost_t &a_dh, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_drvName
string m_host
i_DriveHost_tm_dh
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectDriveHost::dbo_SelectDriveHost ( string  a_drvName,
string  a_host,
i_DriveHost_t a_dh,
rm_DBThread a_DBThread 
)

Definition at line 365 of file rm_dboperation.cpp.

00368                                                                      : 
00369 
00370                 rm_DBOperation(a_DBThread),
00371                 m_drvName(a_drvName), 
00372                 m_host(a_host),
00373                 m_dh(a_dh) {
00374     /*empty*/
00375 }


Member Function Documentation

void dbo_SelectDriveHost::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 377 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_dh, m_drvName, m_host, rm_DBThread::m_rmOp, and rm_Operator::SelectDriveHost().

Here is the call graph for this function:


Member Data Documentation

Definition at line 401 of file rm_dboperation.h.

Referenced by Process().

string dbo_SelectDriveHost::m_host [private]

Definition at line 402 of file rm_dboperation.h.

Referenced by Process().

Definition at line 403 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 404 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:09:55 2012 for OPENARCHIVE by  doxygen 1.5.6