|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Exposes the remote management interface of the gauge monitor MBean.
| Method Summary | |
java.lang.Number |
getDerivedGauge()
Deprecated. Replaced by getDerivedGauge(ObjectName) |
java.lang.Number |
getDerivedGauge(ObjectName object)
This method gets the derived gauge for the specified MBean. |
long |
getDerivedGaugeTimeStamp()
Deprecated. Replaced by getDerivedGaugeTimeStamp(ObjectName) |
long |
getDerivedGaugeTimeStamp(ObjectName object)
This method gets the derived gauge timestamp for the specified MBean. |
boolean |
getDifferenceMode()
This method gets the value of the difference mode. |
java.lang.Number |
getHighThreshold()
This method gets the value of the high threshold. |
java.lang.Number |
getLowThreshold()
This method gets the value of the low threshold. |
boolean |
getNotifyHigh()
This method gets the high notification's on/off switch value. |
boolean |
getNotifyLow()
This method gets the low notification's on/off switch value. |
void |
setDifferenceMode(boolean value)
This method sets the state of the difference mode. |
void |
setNotifyHigh(boolean value)
This method sets the high notification's on/off switch value. |
void |
setNotifyLow(boolean value)
This method sets the low notification's on/off switch value. |
void |
setThresholds(java.lang.Number highvalue,
java.lang.Number lowValue)
This method sets the high threshold and low threshold values. |
| Methods inherited from interface javax.management.monitor.MonitorMBean |
addObservedObject,
containsObservedObject,
getGranularityPeriod,
getObservedAttribute,
getObservedObject,
getObservedObjects,
isActive,
removeObservedObject,
setGranularityPeriod,
setObservedAttribute,
setObservedObject,
start,
stop |
| Method Detail |
public java.lang.Number getDerivedGauge()
getDerivedGauge(ObjectName)
public long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
public java.lang.Number getDerivedGauge(ObjectName object)
object - the MBean for which the derived gauge is to be returnednull otherwise.public long getDerivedGaugeTimeStamp(ObjectName object)
object - the MBean for which the derived gauge timestamp is to be returnednull otherwise.public boolean getDifferenceMode()
true if the difference mode is used,
false otherwise.setDifferenceMode(boolean)public void setDifferenceMode(boolean value)
value - boolean value representing the state of the difference mode.getDifferenceMode()public java.lang.Number getHighThreshold()
public java.lang.Number getLowThreshold()
public void setThresholds(java.lang.Number highvalue,
java.lang.Number lowValue)
throws java.lang.IllegalArgumentException
highValue - - The high threshold value.lowValue - - The low threshold value.public boolean getNotifyHigh()
true if the gauge monitor notifies when
exceeding the high threshold, false otherwise.public void setNotifyHigh(boolean value)
value - - The high notification's on/off switch value.public boolean getNotifyLow()
true if the gauge monitor notifies when
exceeding the low threshold, false otherwise.public void setNotifyLow(boolean value)
value - - The low notification's on/off switch value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||