|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Exposes the remote management interface of the counter 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 |
getModulus()
Gets the modulus value. |
boolean |
getNotify()
Gets the notification's on/off switch value. |
java.lang.Number |
getOffset()
Gets the offset value. |
java.lang.Number |
getThreshold()
Gets the threshold value. |
void |
setDifferenceMode(boolean value)
Sets the difference mode flag value. |
void |
setModulus(java.lang.Number value)
Sets the modulus value. |
void |
setNotify(boolean value)
Sets the notification's on/off switch value. |
void |
setOffset(java.lang.Number value)
Sets the offset value. |
void |
setThreshold(java.lang.Number value)
Sets the threshold value. |
| Methods inherited from interface javax.management.monitor.MonitorMBean |
getGranularityPeriod, getObservedAttribute, getObservedObject, isActive, setGranularityPeriod, setObservedAttribute, setObservedObject |
| Method Detail |
public java.lang.Number getDerivedGauge()
public long getDerivedGaugeTimeStamp()
public java.lang.Number getThreshold()
public void setThreshold(java.lang.Number value)
throws java.lang.IllegalArgumentException
value - The threshold value.
java.lang.IllegalArgumentException - The specified threshold is null or the threshold value is less than zero.public java.lang.Number getOffset()
public void setOffset(java.lang.Number value)
throws java.lang.IllegalArgumentException
value - The offset value.
java.lang.IllegalArgumentException - The specified offset is null or the offset value is less than zero.public java.lang.Number getModulus()
public void setModulus(java.lang.Number value)
throws java.lang.IllegalArgumentException
value - The modulus value.
java.lang.IllegalArgumentException - The specified modulus is null or the modulus value is less than zero.public boolean getNotify()
true if the counter monitor notifies when exceeding the threshold, false otherwise.public void setNotify(boolean value)
value - The notification's on/off switch value.public boolean getDifferenceMode()
true if the difference mode is used, false otherwise.public void setDifferenceMode(boolean value)
value - The difference mode flag value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||