org.codehaus.activemq.management
Class BoundedRangeStatisticImpl
java.lang.Object
org.codehaus.activemq.management.StatisticImpl
org.codehaus.activemq.management.RangeStatisticImpl
org.codehaus.activemq.management.BoundedRangeStatisticImpl
- All Implemented Interfaces:
- BoundaryStatistic, BoundedRangeStatistic, RangeStatistic, Resettable, Statistic
- public class BoundedRangeStatisticImpl
- extends RangeStatisticImpl
- implements BoundedRangeStatistic
A bounded range statistic implementation
- Version:
- $Revision: 1.1 $
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(String name,
String unit,
String description,
long lowerBound,
long upperBound)
getLowerBound
public long getLowerBound()
- Specified by:
getLowerBound
in interface BoundaryStatistic
getUpperBound
public long getUpperBound()
- Specified by:
getUpperBound
in interface BoundaryStatistic
appendFieldDescription
protected void appendFieldDescription(StringBuffer buffer)
- Overrides:
appendFieldDescription
in class RangeStatisticImpl
Copyright © 2004 Protique, Ltd.. All Rights Reserved.