Methods Summary |
---|
public java.lang.Number | getDerivedGauge()Gets the derived gauge.
|
public java.lang.Number | getDerivedGauge(javax.management.ObjectName object)Gets the derived gauge for the specified MBean.
|
public long | getDerivedGaugeTimeStamp()Gets the derived gauge timestamp.
|
public long | getDerivedGaugeTimeStamp(javax.management.ObjectName object)Gets the derived gauge timestamp for the specified MBean.
|
public boolean | getDifferenceMode()Gets the difference mode flag value.
|
public java.lang.Number | getHighThreshold()Gets the high threshold value.
|
public java.lang.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(java.lang.Number highValue, java.lang.Number lowValue)Sets the high and the low threshold values.
|