|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.management.StatisticImpl
org.apache.activemq.management.RangeStatisticImpl
org.apache.activemq.management.BoundedRangeStatisticImpl
public class BoundedRangeStatisticImpl
A bounded range statistic implementation
Field Summary |
---|
Fields inherited from class org.apache.activemq.management.StatisticImpl |
---|
enabled |
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.apache.activemq.management.RangeStatisticImpl |
---|
getCurrent, getHighWaterMark, getLowWaterMark, reset, setCurrent |
Methods inherited from class org.apache.activemq.management.StatisticImpl |
---|
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isEnabled, setEnabled, 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 |