dbo_VolumeListStatusSet Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_VolumeListStatusSet:

Inheritance graph
[legend]
Collaboration diagram for dbo_VolumeListStatusSet:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 1219 of file rm_dboperation.h.


Public Member Functions

 dbo_VolumeListStatusSet (UInt32_t a_medKey, i_ULongList_t a_volumes, UInt32_t a_status, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

UInt32_t m_medKey
i_ULongList_t m_volumes
UInt32_t m_status
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_VolumeListStatusSet::dbo_VolumeListStatusSet ( UInt32_t  a_medKey,
i_ULongList_t  a_volumes,
UInt32_t  a_status,
rm_DBThread a_DBThread 
)

Definition at line 1278 of file rm_dboperation.cpp.

01281                                                                              :
01282 
01283     rm_DBOperation(a_DBThread),
01284     m_medKey(a_medKey),
01285     m_volumes(a_volumes),
01286     m_status(a_status)
01287 {
01288     //empty
01289 }


Member Function Documentation

void dbo_VolumeListStatusSet::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 1291 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_medKey, rm_DBThread::m_rmOp, m_status, m_volumes, and rm_Operator::VolumeListStatusSet().

Here is the call graph for this function:


Member Data Documentation

Definition at line 1228 of file rm_dboperation.h.

Referenced by Process().

Definition at line 1229 of file rm_dboperation.h.

Referenced by Process().

Definition at line 1230 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 1231 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:11:13 2012 for OPENARCHIVE by  doxygen 1.5.6