Package org.apache.activemq.management
Class BoundedRangeStatisticImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.RangeStatisticImpl
org.apache.activemq.management.BoundedRangeStatisticImpl
- All Implemented Interfaces:
Resettable,Statistic
A bounded range statistic implementation
-
Field Summary
Fields inherited from class org.apache.activemq.management.StatisticImpl
enabled -
Constructor Summary
ConstructorsConstructorDescriptionBoundedRangeStatisticImpl(String name, String unit, String description, long lowerBound, long upperBound) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendFieldDescription(StringBuffer buffer) longlongMethods inherited from class org.apache.activemq.management.RangeStatisticImpl
getCurrent, getHighWaterMark, getLowWaterMark, reset, setCurrentMethods inherited from class org.apache.activemq.management.StatisticImpl
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTime
-
Constructor Details
-
BoundedRangeStatisticImpl
-
-
Method Details
-
getLowerBound
public long getLowerBound() -
getUpperBound
public long getUpperBound() -
appendFieldDescription
- Overrides:
appendFieldDescriptionin classRangeStatisticImpl
-