|
|||||||||
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()
Gets the derived gauge. |
long |
getDerivedGaugeTimeStamp()
Gets the derived gauge timestamp. |
boolean |
getDifferenceMode()
Gets the difference mode flag value. |
java.lang.Number |
getHighThreshold()
Gets the high threshold value. |
java.lang.Number |
getLowThreshold()
Gets the low threshold value. |
boolean |
getNotifyHigh()
Gets the high notification's on/off switch value. |
boolean |
getNotifyLow()
Gets the low notification's on/off switch value. |
void |
setDifferenceMode(boolean value)
Sets the difference mode flag value. |
void |
setNotifyHigh(boolean value)
Sets the high notification's on/off switch value. |
void |
setNotifyLow(boolean value)
Sets the low notification's on/off switch value. |
void |
setThresholds(java.lang.Number highValue,
java.lang.Number lowValue)
Sets the high and the low threshold values. |
Methods inherited from interface javax.management.monitor.MonitorMBean |
getGranularityPeriod,
getObservedAttribute,
getObservedObject,
isActive,
setGranularityPeriod,
setObservedAttribute,
setObservedObject,
start,
stop |
Method Detail |
public java.lang.Number getDerivedGauge()
public long getDerivedGaugeTimeStamp()
public boolean getDifferenceMode()
public java.lang.Number getHighThreshold()
public java.lang.Number getLowThreshold()
public boolean getNotifyHigh()
public boolean getNotifyLow()
public void setDifferenceMode(boolean value)
value
- The difference mode flag value.public void setNotifyHigh(boolean value)
value
- The high notification's on/off switch value.public void setNotifyLow(boolean value)
value
- The low notification's on/off switch value.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |