KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > monitor > CounterMonitorMBean

javax.management.monitor
Interface CounterMonitorMBean

All Superinterfaces:
MonitorMBean
All Known Implementing Classes:
CounterMonitor
See Also:
Source Code

@Deprecated
Number getDerivedGauge()
See Also:
getDerivedGauge(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getDerivedGauge(ObjectName object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
long getDerivedGaugeTimeStamp()
See Also:
getDerivedGaugeTimeStamp(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


long getDerivedGaugeTimeStamp(ObjectName object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getDifferenceMode()
See Also:
setDifferenceMode(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getInitThreshold()
See Also:
setInitThreshold(java.lang.Number)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getModulus()
See Also:
setModulus(java.lang.Number)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getNotify()
See Also:
setNotify(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getOffset()
See Also:
setOffset(Number)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
Number getThreshold()
See Also:
setThreshold(Number), getThreshold(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Number getThreshold(ObjectName object)
See Also:
setThreshold(java.lang.Number)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setDifferenceMode(boolean value)
See Also:
getDifferenceMode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setInitThreshold(Number value)
                      throws IllegalArgumentException
See Also:
getInitThreshold()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setModulus(Number value)
                throws IllegalArgumentException
See Also:
getModulus()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setNotify(boolean value)
See Also:
getNotify()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setOffset(Number value)
               throws IllegalArgumentException
See Also:
getOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
void setThreshold(Number value)
                  throws IllegalArgumentException
See Also:
getThreshold(), setInitThreshold(java.lang.Number)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags