|
XMOJO 5 API Docs | ||||||||
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 counter monitor MBean.
Method Summary | |
java.lang.Number |
getDerivedGauge()
This method gets the value of the derived gauge. |
long |
getDerivedGaugeTimeStamp()
This method gets the value of the derived gauge time stamp.It is the time when the notification is triggered nearest to the milliseconds. |
boolean |
getDifferenceMode()
This method gets the difference mode flag value. |
java.lang.Number |
getModulus()
This method gets the modulus value. |
boolean |
getNotify()
This method gets the notification's on/off switch value. |
java.lang.Number |
getOffset()
This method gets offset value . |
java.lang.Number |
getThreshold()
This method gets the threshold value . |
void |
setDifferenceMode(boolean value)
This method sets the difference mode flag value. |
void |
setModulus(java.lang.Number value)
This method sets the modulus value . |
void |
setNotify(boolean value)
This method sets the notification's on/off switch value. |
void |
setOffset(java.lang.Number value)
This method sets the offset value . |
void |
setThreshold(java.lang.Number value)
This method sets the threshold 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 long getDerivedGaugeTimeStamp()
public boolean getDifferenceMode()
public void setDifferenceMode(boolean value)
true
- if the difference mode is used, false otherwise.public java.lang.Number getModulus()
public void setModulus(java.lang.Number value) throws java.lang.IllegalArgumentException
value
- An instance of java.lang.Number which is the modulus value.java.lang.IllegalArgumentException
- - The specified modulus is
null or the modulus value is less than zero.public boolean getNotify()
public void setNotify(boolean value)
value
- The notification's on/off switch value.public java.lang.Number getOffset()
public void setOffset(java.lang.Number value) throws java.lang.IllegalArgumentException
value
- The offset value.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.
|
XMOJO 5 API Docs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |