Modifier and Type | Method and Description |
---|---|
public Number | Returns: The derived gauge.
Deprecated
As of JMX 1.2, replaced by
getDerivedGauge(ObjectName)
Gets the derived gauge. |
public Number | 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 difference mode is used,
false otherwise.Gets the difference mode flag value. |
public Number | |
public Number | |
public boolean | Returns: true if the gauge monitor notifies when
exceeding the high threshold, false otherwise.Gets the high notification's on/off switch value. |
public boolean | Returns: true if the gauge monitor notifies when
exceeding the low threshold, false otherwise.Gets the low notification's on/off switch value. |
public void | |
public void | setNotifyHigh(boolean
The high notification's on/off switch value. value)Sets the high notification's on/off switch value. |
public void | setNotifyLow(boolean
The low notification's on/off switch value. value)Sets the low notification's on/off switch value. |
public void | setThresholds(Number
The high threshold value. highValue, Number The low threshold value. lowValue)Sets the high and the low threshold values. |
getDerivedGauge | back to summary |
---|---|
public Number getDerivedGauge()
Deprecated As of JMX 1.2, replaced by Gets the derived gauge.
|
getDerivedGauge | back to summary |
---|---|
public Number 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.
|
getDifferenceMode | back to summary |
---|---|
public boolean getDifferenceMode() Gets the difference mode flag value.
|
getHighThreshold | back to summary |
---|---|
public Number getHighThreshold() Gets the high threshold value.
|
getLowThreshold | back to summary |
---|---|
public Number getLowThreshold() Gets the low threshold value.
|
getNotifyHigh | back to summary |
---|---|
public boolean getNotifyHigh() Gets the high notification's on/off switch value.
|
getNotifyLow | back to summary |
---|---|
public boolean getNotifyLow() Gets the low notification's on/off switch value.
|
setDifferenceMode | back to summary |
---|---|
public void setDifferenceMode(boolean value) Sets the difference mode flag value.
|
setNotifyHigh | back to summary |
---|---|
public void setNotifyHigh(boolean value) Sets the high notification's on/off switch value.
|
setNotifyLow | back to summary |
---|---|
public void setNotifyLow(boolean value) Sets the low notification's on/off switch value.
|
setThresholds | back to summary |
---|---|
public void setThresholds(Number highValue, Number lowValue) throws IllegalArgumentException Sets the high and the low threshold values.
|