|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This exposes the remote management interface of the counter 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 difference mode flag value. |
java.lang.Number |
getInitThreshold()
This method gets the initial threshold value common to all observed objects. |
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()
Deprecated. Replaced by getThreshold(ObjectName) |
java.lang.Number |
getThreshold(ObjectName object)
This method gets the threshold value for the specified MBean. |
void |
setDifferenceMode(boolean value)
This method sets the difference mode flag value. |
void |
setInitThreshold(java.lang.Number value)
This method sets the initial threshold value common to all observed MBeans. |
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 gets the offset value. |
void |
setThreshold(java.lang.Number value)
Deprecated. Replaced by setInitThreshold(java.lang.Number) |
| 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 getThreshold()
getThreshold(ObjectName)
public void setThreshold(java.lang.Number value)
throws java.lang.IllegalArgumentException
setInitThreshold(java.lang.Number)
value - The Threshold Value.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 java.lang.Number getThreshold(ObjectName object)
object - the MBean for which the threashold value is to be returnednull otherwise.setThreshold(java.lang.Number)public java.lang.Number getInitThreshold()
setInitThreshold(java.lang.Number)
public void setInitThreshold(java.lang.Number value)
throws java.lang.IllegalArgumentException
value - The initial threshold value.getInitThreshold()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.public boolean getNotify()
public void setNotify(boolean value)
value - The notification's on/off switch value.public java.lang.Number getOffset()
setOffset(Number)
public void setOffset(java.lang.Number value)
throws java.lang.IllegalArgumentException
value - The offset value.getOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||