Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

WatermarkConfig Struct Reference

#include <rmConfig.h>

List of all members.

Public Attributes

rmWatermarkConfiguration config
long refCnt
int status


Detailed Description

WatermarkConfig is a new representation of rmWatermarkConfiguration. It basically contains a rmWatermarkConfiguration. plus some other information that will be used to construct WatermarkConfig table.

Member refCnt tells how many times this config entry is being used by other entities, such as a GenericConfig. (a WatermarkConfig can be used by many GenericConfig entries.) A WatermarkConfig can only be modified when (refCnt == 0). Once it is referenced by a GenericConfig, it is read-only.

Member status tells if the config entry is ready to be used by other entities or not. Only those with "ACTIVE" status can be used to create GenericConfig.

Definition at line 94 of file rmConfig.h.


Member Data Documentation

rmWatermarkConfiguration WatermarkConfig::config
 

Definition at line 96 of file rmConfig.h.

Referenced by rmWatermarkMonitorConfig::elementIsReady, rmWatermarkMonitorConfig::getInteger32, rmMonitor::init, rmWatermarkMonitorConfig::setInteger32, and rmGenericMonitorConfig::setUnsigned.

long WatermarkConfig::refCnt
 

Definition at line 98 of file rmConfig.h.

Referenced by rmWatermarkMonitorConfig::getInteger32, and rmWatermarkMonitorConfig::setInteger32.

int WatermarkConfig::status
 

Definition at line 99 of file rmConfig.h.

Referenced by rmWatermarkMonitorConfig::getInteger32, rmMonitor::init, and rmGenericMonitorConfig::setUnsigned.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 10 16:46:35 2002 for ResourceMonitorSNMPSubagent by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002