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 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
-