Used by Statistic Provider to check for any pending control operations from the PerfMonitor.
Jaguar::List getControlOperation ( );
Used by PerfMonitor to send control operations to the Controller. There will be some standard opnames which all StatProviders should recognize: enable - Enable/disable statistics collection (incl. History) for this module enableStatName - Enable/disable statistic collection for a statistic in this module enableHistoryStatName - Enable/disable history collection for a statistic in this module setThresholdStatName - Set the threshold level for a statistic in this module setLowLevelStatName - Set the low level for a statistic in this module setNormalLevelStatName - Set the normal level for a statistic in this module setHighLevelStatName - Set the high level for a statistic in this module setMaxLevelStatName - Set the max level for a statistic in this module setTimeoutStatName - Set the timeout for a statistic in this module
void sendControlOperation ( in string opname, in string opvalue );