Method Summary |
|
public Number | getDerivedGauge(ObjectName object) Gets the derived gauge for the specified MBean. |
public long | getDerivedGaugeTimeStamp(ObjectName object) Gets the derived gauge timestamp for the specified MBean. |
public boolean | getDifferenceMode() Gets the difference mode flag value. |
public Number | getHighThreshold() Gets the high threshold value. |
public Number | getLowThreshold() Gets the low threshold value. |
public boolean | getNotifyHigh() Gets the high notification's on/off switch value. |
public boolean | getNotifyLow() Gets the low notification's on/off switch value. |
public void | setDifferenceMode(boolean value) Sets the difference mode flag value. |
public void | setNotifyHigh(boolean value) Sets the high notification's on/off switch value. |
public void | setNotifyLow(boolean value) Sets the low notification's on/off switch value. |
public void | setThresholds(Number highValue, Number lowValue) Sets the high and the low threshold values. |