|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface exposes the remote management interface of the GaugeMonitor MBean.
Method Summary | |
java.lang.Number |
getDerivedGauge()
Gets the derived gauge. |
java.util.Date |
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 notifications on/off switch value. |
boolean |
getNotifyLow()
Gets the low notifications on/off switch value. |
void |
setDifferenceMode(boolean value)
Sets the difference mode flag value. |
void |
setHighThreshold(java.lang.Number value)
Sets the high threshold value. |
void |
setLowThreshold(java.lang.Number value)
Sets the low threshold value. |
void |
setNotifyHigh(boolean value)
Sets the high notifications on/off switch value. |
void |
setNotifyLow(boolean value)
Sets the low notifications on/off switch value. |
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 java.util.Date getDerivedGaugeTimeStamp()
public java.lang.Number getHighThreshold()
public void setHighThreshold(java.lang.Number value) throws java.lang.IllegalArgumentException
value
- The high threshold value.public java.lang.Number getLowThreshold()
public void setLowThreshold(java.lang.Number value) throws java.lang.IllegalArgumentException
value
- The low threshold value.public boolean getNotifyHigh()
public void setNotifyHigh(boolean value)
value
- The high notifications on/off switch value.public boolean getNotifyLow()
public void setNotifyLow(boolean value)
value
- The low notifications on/off switch value.public boolean getDifferenceMode()
public void setDifferenceMode(boolean value)
value
- The difference mode flag value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |