dbo_VolumeUsage Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_VolumeUsage:

Inheritance graph
[legend]
Collaboration diagram for dbo_VolumeUsage:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 1099 of file rm_dboperation.h.


Public Member Functions

 dbo_VolumeUsage (string a_medVolId, UInt32_t a_usage, UInt32_t a_totalData, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

 log_CLASSID_m
string m_medVolId
UInt32_t m_usage
UInt32_t m_totalData

Constructor & Destructor Documentation

dbo_VolumeUsage::dbo_VolumeUsage ( string  a_medVolId,
UInt32_t  a_usage,
UInt32_t  a_totalData,
rm_DBThread a_DBThread 
)

Definition at line 1093 of file rm_dboperation.cpp.

01097                                                  : 
01098 
01099                 rm_DBOperation(a_DBThread),
01100                 m_medVolId(a_medVolId),
01101                 m_usage(a_usage),
01102                 m_totalData(a_totalData) {
01103     /*empty*/
01104 }


Member Function Documentation

void dbo_VolumeUsage::Process (  )  [virtual]


Member Data Documentation

Reimplemented from rm_DBOperation.

Definition at line 1110 of file rm_dboperation.h.

string dbo_VolumeUsage::m_medVolId [private]

Definition at line 1112 of file rm_dboperation.h.

Referenced by Process().

Definition at line 1113 of file rm_dboperation.h.

Referenced by Process().

Definition at line 1114 of file rm_dboperation.h.

Referenced by Process().


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

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