dbo_SelectDriveHostByKey Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectDriveHostByKey:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectDriveHostByKey:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 408 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectDriveHostByKey (Int32_t a_drvKey, string a_host, i_DriveHost_t &a_dh, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

Int32_t m_drvKey
string m_host
i_DriveHost_tm_dh
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectDriveHostByKey::dbo_SelectDriveHostByKey ( Int32_t  a_drvKey,
string  a_host,
i_DriveHost_t a_dh,
rm_DBThread a_DBThread 
)

Definition at line 381 of file rm_dboperation.cpp.

00385                                                            : 
00386                 rm_DBOperation(a_DBThread),
00387                 m_drvKey(a_drvKey), 
00388                 m_host(a_host),
00389                 m_dh(a_dh){
00390     /*empty*/
00391 }


Member Function Documentation

void dbo_SelectDriveHostByKey::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 393 of file rm_dboperation.cpp.

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

00393                                        {
00394     m_dh = m_DBThread.m_rmOp.SelectDriveHost(m_drvKey, m_host);
00395 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 417 of file rm_dboperation.h.

Referenced by Process().

Definition at line 418 of file rm_dboperation.h.

Referenced by Process().

Definition at line 419 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 420 of file rm_dboperation.h.


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

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