Gets the derived gauge.returnThe derived gauge.deprecatedAs of JMX 1.2, replaced by {@link #getDerivedGauge(ObjectName)}
Gets the derived gauge for the specified MBean.paramobject the MBean for which the derived gauge is to be returnedreturnThe derived gauge for the specified MBean if this MBean is in the set of observed MBeans, or null otherwise.since.unbundledJMX 1.2
null
Gets the derived gauge timestamp.returnThe derived gauge timestamp.deprecatedAs of JMX 1.2, replaced by {@link #getDerivedGaugeTimeStamp(ObjectName)}
Gets the derived gauge timestamp for the specified MBean.paramobject the MBean for which the derived gauge timestamp is to be returnedreturnThe derived gauge timestamp for the specified MBean if this MBean is in the set of observed MBeans, or null otherwise.since.unbundledJMX 1.2
Gets the difference mode flag value.returntrue if the difference mode is used, false otherwise.see#setDifferenceMode
true
false
Gets the initial threshold value common to all observed objects.returnThe initial threshold value.see#setInitThresholdsince.unbundledJMX 1.2
Gets the modulus value.returnThe modulus value.see#setModulus
Gets the notification's on/off switch value.returntrue if the counter monitor notifies when exceeding the threshold, false otherwise.see#setNotify
Gets the offset value.see#setOffset(Number)returnThe offset value.
Gets the threshold value.returnThe threshold value.see#setThreshold(Number)deprecatedAs of JMX 1.2, replaced by {@link #getThreshold(ObjectName)}
Gets the threshold value for the specified MBean.paramobject the MBean for which the threshold value is to be returnedreturnThe threshold value for the specified MBean if this MBean is in the set of observed MBeans, or null otherwise.see#setThresholdsince.unbundledJMX 1.2
Sets the difference mode flag value.paramvalue The difference mode flag value.see#getDifferenceMode
Sets the initial threshold value common to all observed MBeans.paramvalue The initial threshold value.exceptionjava.lang.IllegalArgumentException The specified threshold is null or the threshold value is less than zero.see#getInitThresholdsince.unbundledJMX 1.2
Sets the modulus value.paramvalue The modulus value.exceptionjava.lang.IllegalArgumentException The specified modulus is null or the modulus value is less than zero.see#getModulus
Sets the notification's on/off switch value.paramvalue The notification's on/off switch value.see#getNotify
Sets the offset value.paramvalue The offset value.exceptionjava.lang.IllegalArgumentException The specified offset is null or the offset value is less than zero.see#getOffset()
Sets the threshold value.see#getThreshold()paramvalue The threshold value.exceptionjava.lang.IllegalArgumentException The specified threshold is null or the threshold value is less than zero.deprecatedAs of JMX 1.2, replaced by {@link #setInitThreshold}