javax.management.monitor.GaugeMonitorMBean |
![]() |
Exposes the remote management interface of the gauge 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 high threshold value.
| |||||||||||
Gets the low threshold value.
| |||||||||||
Gets the high notification's on/off switch value.
| |||||||||||
Gets the low notification's on/off switch value.
| |||||||||||
Sets the difference mode flag value.
| |||||||||||
Sets the high notification's on/off switch value.
| |||||||||||
Sets the low notification's on/off switch value.
| |||||||||||
Sets the high and the low threshold values.
|
[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 high threshold value.
Gets the low threshold value.
Gets the high notification's on/off switch value.
true
if the gauge monitor notifies when
exceeding the high threshold, false
otherwise.Gets the low notification's on/off switch value.
true
if the gauge monitor notifies when
exceeding the low threshold, false
otherwise.Sets the difference mode flag value.
value | The difference mode flag value. |
---|
Sets the high notification's on/off switch value.
value | The high notification's on/off switch value. |
---|
Sets the low notification's on/off switch value.
value | The low notification's on/off switch value. |
---|
Sets the high and the low threshold values.
highValue | The high threshold value. |
---|---|
lowValue | The low threshold value. |
IllegalArgumentException | The specified high/low threshold is null or the low threshold is greater than the high threshold or the high threshold and the low threshold are not of the same type. |
---|