Package org.apache.activemq.management
Interface Resettable
- All Known Subinterfaces:
UnsampledStatistic<T>
- All Known Implementing Classes:
BoundaryStatisticImpl,BoundedRangeStatisticImpl,CountStatisticImpl,JCAConnectionPoolStatsImpl,JCAConnectionStatsImpl,JCAStatsImpl,JMSConnectionStatsImpl,JMSConsumerStatsImpl,JMSEndpointStatsImpl,JMSProducerStatsImpl,JMSSessionStatsImpl,JMSStatsImpl,MessageFlowStatsImpl,PollCountStatisticImpl,RangeStatisticImpl,SizeStatisticImpl,StatisticImpl,StatsImpl,TimeStatisticImpl,UnsampledStatisticImpl,UnsampledStatsImpl
public interface Resettable
Represents some statistic that is capable of being reset
-
Method Summary
-
Method Details
-
reset
void reset()Reset the statistic
-