#include <rmConfig.h>
Inheritance diagram for rmLeakyBucketMonitorConfig:
Public Methods | |
rmLeakyBucketMonitorConfig () | |
virtual | ~rmLeakyBucketMonitorConfig () |
virtual bool | elementIsReady (const LeakyBucketConfig &aElement) const |
virtual int | getInteger32 (RMAttribute aName, unsigned long aID, long &aValue) |
virtual int | setInteger32 (RMAttribute aName, unsigned long aID, long aValue) |
virtual int | getUnsigned (RMAttribute aName, unsigned long aID, unsigned long &aValue) |
virtual int | setUnsigned (RMAttribute aName, unsigned long aID, unsigned long aValue) |
virtual int | getUnsigned64 (RMAttribute aName, unsigned long aID, u_int64_t &aValue) |
virtual int | setUnsigned64 (RMAttribute aName, unsigned long aID, u_int64_t aValue) |
Definition at line 206 of file rmConfig.h.
|
Definition at line 209 of file rmConfig.h. |
|
Definition at line 210 of file rmConfig.h. |
|
Reimplemented from rmBaseArray< LeakyBucketConfig >. Definition at line 623 of file rmConfig.cpp. References LeakyBucketConfig::config. |
|
Reimplemented from rmBaseArray< LeakyBucketConfig >. Definition at line 635 of file rmConfig.cpp. References LeakyBucketConfig::config, rmBaseArray< LeakyBucketConfig >::getConstElement, LEAKYBUCKETCONFIG_EVENTSEVERITY, LEAKYBUCKETCONFIG_REFCOUNT, LEAKYBUCKETCONFIG_STATUS, LeakyBucketConfig::refCnt, RMAttribute, RMCLIENT_ERROR_NOSUCHNAME, RMCLIENT_ERROR_THRESHOLD_CONFIG, RMCLIENT_SUCCESS, and LeakyBucketConfig::status. |
|
Reimplemented from rmBaseArray< LeakyBucketConfig >. Definition at line 692 of file rmConfig.cpp. References LeakyBucketConfig::config, rmBaseArray< LeakyBucketConfig >::getConstElement, LEAKYBUCKETCONFIG_BUCKETSIZE32, LEAKYBUCKETCONFIG_FILLVALUE32, RMAttribute, RMCLIENT_ERROR_NOSUCHNAME, RMCLIENT_ERROR_THRESHOLD_CONFIG, and RMCLIENT_SUCCESS. |
|
Reimplemented from rmBaseArray< LeakyBucketConfig >. Definition at line 744 of file rmConfig.cpp. References LeakyBucketConfig::config, rmBaseArray< LeakyBucketConfig >::getConstElement, LEAKYBUCKETCONFIG_BUCKETSIZE64, LEAKYBUCKETCONFIG_FILLVALUE64, RMAttribute, RMCLIENT_ERROR_NOSUCHNAME, RMCLIENT_ERROR_THRESHOLD_CONFIG, and RMCLIENT_SUCCESS. |
|
|
|