Gets the derived gauge for the specified MBean.
Parameters: object - the MBean for which the derived gauge is to be returned The derived gauge for the specified MBean if this MBean is in theset of observed MBeans, or null otherwise. since: JMX 1.2
Gets the derived gauge timestamp for the specified MBean.
Parameters: object - the MBean for which the derived gauge timestamp is to be returned The derived gauge timestamp for the specified MBean if this MBeanis in the set of observed MBeans, or null otherwise. since: JMX 1.2
Gets the high notification's on/off switch value.
true if the gauge monitor notifies whenexceeding the high threshold, false otherwise. See Also:GaugeMonitorMBean.setNotifyHigh
Gets the low notification's on/off switch value.
true if the gauge monitor notifies whenexceeding the low threshold, false otherwise. See Also:GaugeMonitorMBean.setNotifyLow
setDifferenceMode
public void setDifferenceMode(boolean value)(Code)
Sets the high notification's on/off switch value.
Parameters: value - The high notification's on/off switch value. See Also:GaugeMonitorMBean.getNotifyHigh
Sets the low notification's on/off switch value.
Parameters: value - The low notification's on/off switch value. See Also:GaugeMonitorMBean.getNotifyLow
Sets the high and the low threshold values.
Parameters: highValue - The high threshold value. Parameters: lowValue - The low threshold value. exception: java.lang.IllegalArgumentException - The specified high/low threshold is nullor the low threshold is greater than the high thresholdor the high threshold and the low threshold are not of the same type.