org.apache.activemq.management
Class StatsImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
- All Implemented Interfaces:
- javax.management.j2ee.statistics.Statistic, javax.management.j2ee.statistics.Stats, Resettable
- Direct Known Subclasses:
- ConnectionStatistics, ConnectorStatistics, DestinationStatistics, JCAConnectionStatsImpl, JCAStatsImpl, JMSConnectionStatsImpl, JMSEndpointStatsImpl, JMSSessionStatsImpl, JMSStatsImpl
public class StatsImpl
- extends StatisticImpl
- implements javax.management.j2ee.statistics.Stats, Resettable
Base class for a Stats implementation
- Version:
- $Revision: 1.2 $
StatsImpl
public StatsImpl()
StatsImpl
public StatsImpl(Map map)
reset
public void reset()
- Description copied from interface:
Resettable
- Reset the statistic
- Specified by:
reset
in interface Resettable
- Overrides:
reset
in class StatisticImpl
getStatistic
public javax.management.j2ee.statistics.Statistic getStatistic(String name)
- Specified by:
getStatistic
in interface javax.management.j2ee.statistics.Stats
getStatisticNames
public String[] getStatisticNames()
- Specified by:
getStatisticNames
in interface javax.management.j2ee.statistics.Stats
getStatistics
public javax.management.j2ee.statistics.Statistic[] getStatistics()
- Specified by:
getStatistics
in interface javax.management.j2ee.statistics.Stats
addStatistic
protected void addStatistic(String name,
StatisticImpl statistic)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.