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 initial threshold value common to all observed objects.
The initial threshold value. See Also:CounterMonitorMBean.setInitThreshold since: JMX 1.2
Gets the notification's on/off switch value.
true if the counter monitor notifies whenexceeding the threshold, false otherwise. See Also:CounterMonitorMBean.setNotify
Gets the threshold value for the specified MBean.
Parameters: object - the MBean for which the threashold value is to be returned The threshold value for the specified MBean if this MBeanis in the set of observed MBeans, or null otherwise. since: JMX 1.2
setDifferenceMode
public void setDifferenceMode(boolean value)(Code)
Sets the initial threshold value common to all observed MBeans.
Parameters: value - The initial threshold value. exception: java.lang.IllegalArgumentException - The specifiedthreshold is null or the threshold value is less than zero. See Also:CounterMonitorMBean.getInitThreshold since: JMX 1.2