dbo_SelectSlot Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_SelectSlot:

Inheritance graph
[legend]
Collaboration diagram for dbo_SelectSlot:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 547 of file rm_dboperation.h.


Public Member Functions

 dbo_SelectSlot (string a_slotAddr, string a_libName, Int32_t a_slotType, i_Slot_t &a_slot, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_slotAddr
string m_libName
Int32_t m_slotType
i_Slot_tm_slot
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_SelectSlot::dbo_SelectSlot ( string  a_slotAddr,
string  a_libName,
Int32_t  a_slotType,
i_Slot_t a_slot,
rm_DBThread a_DBThread 
)

Definition at line 518 of file rm_dboperation.cpp.

00522                                                          : 
00523 
00524                 rm_DBOperation(a_DBThread),
00525                 m_slotAddr(a_slotAddr), 
00526                 m_libName(a_libName),
00527                 m_slotType(a_slotType),
00528                 m_slot(a_slot) {
00529     /*empty*/
00530 }


Member Function Documentation

void dbo_SelectSlot::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 532 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_libName, 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

string dbo_SelectSlot::m_slotAddr [private]

Definition at line 557 of file rm_dboperation.h.

Referenced by Process().

string dbo_SelectSlot::m_libName [private]

Definition at line 558 of file rm_dboperation.h.

Referenced by Process().

Definition at line 559 of file rm_dboperation.h.

Referenced by Process().

Definition at line 560 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 561 of file rm_dboperation.h.


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

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