org.codehaus.activemq.management
Class BoundaryStatisticImpl
java.lang.Object
org.codehaus.activemq.management.StatisticImpl
org.codehaus.activemq.management.BoundaryStatisticImpl
- All Implemented Interfaces:
- BoundaryStatistic, Resettable, Statistic
- public class BoundaryStatisticImpl
- extends StatisticImpl
- implements BoundaryStatistic
A boundary statistic implementation
- Version:
- $Revision: 1.1 $
Constructor Summary |
BoundaryStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.String description,
long lowerBound,
long upperBound)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BoundaryStatisticImpl
public BoundaryStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.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(java.lang.StringBuffer buffer)
- Overrides:
appendFieldDescription
in class StatisticImpl
Copyright © 2004 Protique, Ltd.. All Rights Reserved.