Modifier and Type | Method and Description |
---|---|
public String | Returns: The derived gauge.
Deprecated
As of JMX 1.2, replaced by
getDerivedGauge(ObjectName)
Gets the derived gauge. |
public String | Returns: The derived gauge for the specified MBean if this MBean is in the set of observed MBeans, ornull otherwise.the MBean for which the derived gauge is to be returned object)Gets the derived gauge for the specified MBean. |
public long | Returns: The derived gauge timestamp.
Deprecated
As of JMX 1.2, replaced by
getDerivedGaugeTimeStamp(ObjectName)
Gets the derived gauge timestamp. |
public long | Returns: The derived gauge timestamp for the specified MBean if this MBean is in the set of observed MBeans, ornull otherwise.the MBean for which the derived gauge timestamp is to be returned object)Gets the derived gauge timestamp for the specified MBean. |
public boolean | Returns: true if the string monitor notifies when
differing, false otherwise.Gets the differing notification's on/off switch value. |
public boolean | Returns: true if the string monitor notifies when
matching, false otherwise.Gets the matching notification's on/off switch value. |
public String | Returns: The string value.Gets the string to compare with the observed attribute. |
public void | setNotifyDiffer(boolean
The differing notification's on/off switch value. value)Sets the differing notification's on/off switch value. |
public void | setNotifyMatch(boolean
The matching notification's on/off switch value. value)Sets the matching notification's on/off switch value. |
public void | setStringToCompare(String
The string value. value)Sets the string to compare with the observed attribute. |
getDerivedGauge | back to summary |
---|---|
public String getDerivedGauge()
Deprecated As of JMX 1.2, replaced by Gets the derived gauge.
|
getDerivedGauge | back to summary |
---|---|
public String getDerivedGauge(ObjectName object) Gets the derived gauge for the specified MBean.
|
getDerivedGaugeTimeStamp | back to summary |
---|---|
public long getDerivedGaugeTimeStamp()
Deprecated As of JMX 1.2, replaced by Gets the derived gauge timestamp.
|
getDerivedGaugeTimeStamp | back to summary |
---|---|
public long getDerivedGaugeTimeStamp(ObjectName object) Gets the derived gauge timestamp for the specified MBean.
|
getNotifyDiffer | back to summary |
---|---|
public boolean getNotifyDiffer() Gets the differing notification's on/off switch value.
|
getNotifyMatch | back to summary |
---|---|
public boolean getNotifyMatch() Gets the matching notification's on/off switch value.
|
getStringToCompare | back to summary |
---|---|
public String getStringToCompare() Gets the string to compare with the observed attribute.
|
setNotifyDiffer | back to summary |
---|---|
public void setNotifyDiffer(boolean value) Sets the differing notification's on/off switch value.
|
setNotifyMatch | back to summary |
---|---|
public void setNotifyMatch(boolean value) Sets the matching notification's on/off switch value.
|
setStringToCompare | back to summary |
---|---|
public void setStringToCompare(String value) throws IllegalArgumentException Sets the string to compare with the observed attribute.
|