org.apache.activemq.management
Class BoundaryStatisticImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.BoundaryStatisticImpl
- All Implemented Interfaces:
- javax.management.j2ee.statistics.Statistic, Resettable
public class BoundaryStatisticImpl
- extends StatisticImpl
A boundary statistic implementation
Constructor Summary |
BoundaryStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.String description,
long lowerBound,
long upperBound)
|
Methods inherited from class org.apache.activemq.management.StatisticImpl |
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, reset, setDoReset, setEnabled, toString, updateSampleTime |
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()
getUpperBound
public long getUpperBound()
appendFieldDescription
protected void appendFieldDescription(java.lang.StringBuffer buffer)
- Overrides:
appendFieldDescription
in class StatisticImpl
Copyright © 2005-2012. All Rights Reserved.