org.codehaus.activemq.management
Class CountStatisticImpl
java.lang.Object
org.codehaus.activemq.management.StatisticImpl
org.codehaus.activemq.management.CountStatisticImpl
- All Implemented Interfaces:
- CountStatistic, Resettable, Statistic
- public class CountStatisticImpl
- extends StatisticImpl
- implements CountStatistic
A count statistic implementation
- Version:
- $Revision: 1.3 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CountStatisticImpl
public CountStatisticImpl(CountStatisticImpl parent,
java.lang.String name,
java.lang.String description)
CountStatisticImpl
public CountStatisticImpl(java.lang.String name,
java.lang.String description)
CountStatisticImpl
public CountStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.String description)
reset
public void reset()
- Description copied from interface:
Resettable
- Reset the statistic
- Specified by:
reset
in interface Resettable
- Overrides:
reset
in class StatisticImpl
getCount
public long getCount()
- Specified by:
getCount
in interface CountStatistic
increment
public void increment()
decrement
public void decrement()
getParent
public CountStatisticImpl getParent()
setParent
public void setParent(CountStatisticImpl parent)
appendFieldDescription
protected void appendFieldDescription(java.lang.StringBuffer buffer)
- Overrides:
appendFieldDescription
in class StatisticImpl
Copyright © 2004 Protique, Ltd.. All Rights Reserved.