javax.management.monitor.CounterMonitorMBean |
![]() |
Exposes the remote management interface of the counter monitor MBean.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
As of JMX 1.2, replaced by
getDerivedGauge(ObjectName)
| |||||||||||
Gets the derived gauge for the specified MBean.
| |||||||||||
Gets the derived gauge timestamp for the specified MBean.
| |||||||||||
This method is deprecated.
As of JMX 1.2, replaced by
getDerivedGaugeTimeStamp(ObjectName)
| |||||||||||
Gets the difference mode flag value.
| |||||||||||
Gets the initial threshold value common to all observed objects.
| |||||||||||
Gets the modulus value.
| |||||||||||
Gets the notification's on/off switch value.
| |||||||||||
Gets the offset value.
| |||||||||||
This method is deprecated.
As of JMX 1.2, replaced by
getThreshold(ObjectName)
| |||||||||||
Gets the threshold value for the specified MBean.
| |||||||||||
Sets the difference mode flag value.
| |||||||||||
Sets the initial threshold value common to all observed MBeans.
| |||||||||||
Sets the modulus value.
| |||||||||||
Sets the notification's on/off switch value.
| |||||||||||
Sets the offset value.
| |||||||||||
This method is deprecated.
As of JMX 1.2, replaced by
setInitThreshold(Number)
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
As of JMX 1.2, replaced by getDerivedGauge(ObjectName)
Gets the derived gauge.
Gets the derived gauge for the specified MBean.
object | the MBean for which the derived gauge is to be returned |
---|
null
otherwise.
Gets the derived gauge timestamp for the specified MBean.
object | the MBean for which the derived gauge timestamp is to be returned |
---|
null
otherwise.
This method is deprecated.
As of JMX 1.2, replaced by getDerivedGaugeTimeStamp(ObjectName)
Gets the derived gauge timestamp.
Gets the difference mode flag value.
true
if the difference mode is used,
false
otherwise.Gets the initial threshold value common to all observed objects.
Gets the notification's on/off switch value.
true
if the counter monitor notifies when
exceeding the threshold, false
otherwise.
This method is deprecated.
As of JMX 1.2, replaced by getThreshold(ObjectName)
Gets the threshold value.
Gets the threshold value for the specified MBean.
object | the MBean for which the threshold value is to be returned |
---|
null
otherwise.Sets the difference mode flag value.
value | The difference mode flag value. |
---|
Sets the initial threshold value common to all observed MBeans.
value | The initial threshold value. |
---|
IllegalArgumentException | The specified threshold is null or the threshold value is less than zero. |
---|
Sets the modulus value.
value | The modulus value. |
---|
IllegalArgumentException | The specified modulus is null or the modulus value is less than zero. |
---|
Sets the notification's on/off switch value.
value | The notification's on/off switch value. |
---|
Sets the offset value.
value | The offset value. |
---|
IllegalArgumentException | The specified offset is null or the offset value is less than zero. |
---|
This method is deprecated.
As of JMX 1.2, replaced by setInitThreshold(Number)
Sets the threshold value.
value | The threshold value. |
---|
IllegalArgumentException | The specified threshold is null or the threshold value is less than zero. |
---|