org.apache.activemq.management
Class PollCountStatisticImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.PollCountStatisticImpl
- All Implemented Interfaces:
- javax.management.j2ee.statistics.CountStatistic, javax.management.j2ee.statistics.Statistic, Resettable
public class PollCountStatisticImpl
- extends StatisticImpl
- implements javax.management.j2ee.statistics.CountStatistic
A count statistic implementation
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 |
Methods inherited from interface javax.management.j2ee.statistics.Statistic |
getDescription, getLastSampleTime, getName, getStartTime, getUnit |
PollCountStatisticImpl
public PollCountStatisticImpl(PollCountStatisticImpl parent,
java.lang.String name,
java.lang.String description)
PollCountStatisticImpl
public PollCountStatisticImpl(java.lang.String name,
java.lang.String description)
PollCountStatisticImpl
public PollCountStatisticImpl(java.lang.String name,
java.lang.String unit,
java.lang.String description)
getParent
public PollCountStatisticImpl getParent()
setParent
public void setParent(PollCountStatisticImpl parent)
getCount
public long getCount()
- Specified by:
getCount
in interface javax.management.j2ee.statistics.CountStatistic
appendFieldDescription
protected void appendFieldDescription(java.lang.StringBuffer buffer)
- Overrides:
appendFieldDescription
in class StatisticImpl
getPeriod
public double getPeriod()
- Returns:
- the average time period that elapses between counter increments
since the last reset.
getFrequency
public double getFrequency()
- Returns:
- the number of times per second that the counter is incrementing
since the last reset.
Copyright © 2005-2015. All Rights Reserved.