javax.management.monitor.StringMonitorMBean |
![]() |
Exposes the remote management interface of the string 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 differing notification's on/off switch value.
| |||||||||||
Gets the matching notification's on/off switch value.
| |||||||||||
Gets the string to compare with the observed attribute.
| |||||||||||
Sets the differing notification's on/off switch value.
| |||||||||||
Sets the matching notification's on/off switch value.
| |||||||||||
Sets the string to compare with the observed attribute.
|
[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 differing notification's on/off switch value.
true
if the string monitor notifies when
differing, false
otherwise.Gets the matching notification's on/off switch value.
true
if the string monitor notifies when
matching, false
otherwise.Gets the string to compare with the observed attribute.
Sets the differing notification's on/off switch value.
value | The differing notification's on/off switch value. |
---|
Sets the matching notification's on/off switch value.
value | The matching notification's on/off switch value. |
---|
Sets the string to compare with the observed attribute.
value | The string value. |
---|
IllegalArgumentException | The specified string to compare is null. |
---|