dbo_RemoveSlot Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_RemoveSlot:

Inheritance graph
[legend]
Collaboration diagram for dbo_RemoveSlot:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 605 of file rm_dboperation.h.


Public Member Functions

 dbo_RemoveSlot (string a_slotAddr, string a_libName, Int32_t a_slotType, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_slotAddr
string m_libName
Int32_t m_slotType
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_RemoveSlot::dbo_RemoveSlot ( string  a_slotAddr,
string  a_libName,
Int32_t  a_slotType,
rm_DBThread a_DBThread 
)

Definition at line 574 of file rm_dboperation.cpp.

00577                                                          : 
00578                 rm_DBOperation(a_DBThread),
00579                 m_slotAddr(a_slotAddr), 
00580                 m_libName(a_libName),
00581                 m_slotType(a_slotType) {
00582     /*empty*/
00583 }


Member Function Documentation

void dbo_RemoveSlot::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 585 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_libName, rm_DBThread::m_rmOp, m_slotAddr, m_slotType, and rm_Operator::RemoveSlot().

Here is the call graph for this function:


Member Data Documentation

string dbo_RemoveSlot::m_slotAddr [private]

Definition at line 615 of file rm_dboperation.h.

Referenced by Process().

string dbo_RemoveSlot::m_libName [private]

Definition at line 616 of file rm_dboperation.h.

Referenced by Process().

Definition at line 617 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 619 of file rm_dboperation.h.


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

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