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