Uses of Class
org.apache.activemq.management.StatisticImpl
-
Packages that use StatisticImpl Package Description org.apache.activemq.management An implementation of the J2EE Management API -
-
Uses of StatisticImpl in org.apache.activemq.management
Subclasses of StatisticImpl in org.apache.activemq.management Modifier and Type Class Description classBoundaryStatisticImplA boundary statistic implementationclassBoundedRangeStatisticImplA bounded range statistic implementationclassCountStatisticImplA count statistic implementationclassJCAConnectionPoolStatsImplStatistics for a JCA connection poolclassJCAConnectionStatsImplStatistics for a JCA connectionclassJCAStatsImplStatistics for a number of JCA connections and connection poolsclassJMSConnectionStatsImplStatistics for a JMS connectionclassJMSConsumerStatsImplStatistics for a JMS consumerclassJMSEndpointStatsImplStatistics for a JMS endpoint, typically a MessageProducer or MessageConsumer but this class can also be used to represent statistics on aDestinationas well.classJMSProducerStatsImplStatistics for a JMS producerclassJMSSessionStatsImplStatistics for a JMS sessionclassJMSStatsImplStatistics for a number of JMS connectionsclassMessageFlowStatsImplclassPollCountStatisticImplA count statistic implementationclassRangeStatisticImplA range statistic implementationclassSizeStatisticImplclassStatsImplA thread-safe class for a Stats implementationclassTimeStatisticImplA time statistic implementationclassUnsampledStatisticImpl<T>An UnsampledStatisticimplementation classUnsampledStatsImplFields in org.apache.activemq.management with type parameters of type StatisticImpl Modifier and Type Field Description protected Set<StatisticImpl>StatsImpl. setMethods in org.apache.activemq.management with parameters of type StatisticImpl Modifier and Type Method Description protected voidStatsImpl. addStatistic(String name, StatisticImpl statistic)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.apache.activemq.management with type arguments of type StatisticImpl Modifier and Type Method Description protected voidStatsImpl. addStatistics(Collection<StatisticImpl> statistics)protected voidStatsImpl. removeStatistics(Collection<StatisticImpl> statistics)Constructor parameters in org.apache.activemq.management with type arguments of type StatisticImpl Constructor Description StatsImpl(Set<StatisticImpl> set)
-