|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.management.StatisticImpl
org.activemq.management.RangeStatisticImpl
org.activemq.management.BoundedRangeStatisticImpl
A bounded range statistic implementation
Constructor Summary | |
BoundedRangeStatisticImpl(String name,
String unit,
String description,
long lowerBound,
long upperBound)
|
Method Summary | |
protected void |
appendFieldDescription(StringBuffer buffer)
|
long |
getLowerBound()
|
long |
getUpperBound()
|
Methods inherited from class org.activemq.management.RangeStatisticImpl |
getCurrent, getHighWaterMark, getLowWaterMark, reset, setCurrent |
Methods inherited from class org.activemq.management.StatisticImpl |
getDescription, getLastSampleTime, getName, getStartTime, getUnit, toString, updateSampleTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BoundedRangeStatisticImpl(String name, String unit, String description, long lowerBound, long upperBound)
Method Detail |
public long getLowerBound()
public long getUpperBound()
protected void appendFieldDescription(StringBuffer buffer)
appendFieldDescription
in class RangeStatisticImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |