org.activemq.management
Class BoundaryStatisticImpl

java.lang.Object
  extended byorg.activemq.management.StatisticImpl
      extended byorg.activemq.management.BoundaryStatisticImpl
All Implemented Interfaces:
Resettable, Statistic

public class BoundaryStatisticImpl
extends StatisticImpl

A boundary statistic implementation

Version:
$Revision: 1.1.1.1 $

Constructor Summary
BoundaryStatisticImpl(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.activemq.management.StatisticImpl
getDescription, getLastSampleTime, getName, getStartTime, getUnit, reset, toString, updateSampleTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundaryStatisticImpl

public BoundaryStatisticImpl(String name,
                             String unit,
                             String description,
                             long lowerBound,
                             long upperBound)
Method Detail

getLowerBound

public long getLowerBound()

getUpperBound

public long getUpperBound()

appendFieldDescription

protected void appendFieldDescription(StringBuffer buffer)
Overrides:
appendFieldDescription in class StatisticImpl


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.