dbo_SelectSlotByKey Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectSlotByKey:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectSlotByKey:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 565 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectSlotByKey (string a_slotAddr, Int32_t a_libKey, Int32_t a_slotType, i_Slot_t &a_slot, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_slotAddr
Int32_t m_libKey
Int32_t m_slotType
i_Slot_tm_slot
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectSlotByKey::dbo_SelectSlotByKey ( string  a_slotAddr,
Int32_t  a_libKey,
Int32_t  a_slotType,
i_Slot_t a_slot,
rm_DBThread a_DBThread 
)

Definition at line 536 of file rm_dboperation.cpp.

00541                                                              : 
00542                 rm_DBOperation(a_DBThread),
00543                 m_slotAddr(a_slotAddr), 
00544                 m_libKey(a_libKey),
00545                 m_slotType(a_slotType),
00546                 m_slot(a_slot) {
00547     /*empty*/
00548 }


Member Function Documentation

void dbo_SelectSlotByKey::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 550 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_libKey, rm_DBThread::m_rmOp, m_slot, m_slotAddr, m_slotType, and rm_Operator::SelectSlot().

Here is the call graph for this function:


Member Data Documentation

Definition at line 575 of file rm_dboperation.h.

Referenced by Process().

Definition at line 576 of file rm_dboperation.h.

Referenced by Process().

Definition at line 577 of file rm_dboperation.h.

Referenced by Process().

Definition at line 578 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 579 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:10:35 2012 for OPENARCHIVE by  doxygen 1.5.6