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 ResettableRepresents some statistic that is capable of being reset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()Reset the statistic
-