Uses of Class
org.apache.activemq.management.StatisticImpl
-
Packages that use StatisticImpl Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.management An implementation of the J2EE Management APIorg.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of StatisticImpl in org.apache.activemq.broker.region
Subclasses of StatisticImpl in org.apache.activemq.broker.region Modifier and Type Class Description classConnectionStatisticsThe J2EE Statistics for the Connection.classConnectorStatisticsThe J2EE Statistics for the a Destination.classDestinationStatisticsThe J2EE Statistics for the a Destination.classRegionStatisticsThe J2EE Statistics for the Connection.classSubscriptionStatisticsThe J2EE Statistics for a Subsription. -
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 connectionsclassPollCountStatisticImplA count statistic implementationclassRangeStatisticImplA range statistic implementationclassSizeStatisticImplclassStatsImplBase class for a Stats implementationclassTimeStatisticImplA time statistic implementationMethods in org.apache.activemq.management with parameters of type StatisticImpl Modifier and Type Method Description protected voidStatsImpl. addStatistic(String name, StatisticImpl statistic)Constructor parameters in org.apache.activemq.management with type arguments of type StatisticImpl Constructor Description StatsImpl(Set<StatisticImpl> set) -
Uses of StatisticImpl in org.apache.activemq.network
Subclasses of StatisticImpl in org.apache.activemq.network Modifier and Type Class Description classNetworkBridgeStatisticsThe Statistics for a NetworkBridge. -
Uses of StatisticImpl in org.apache.activemq.store
Subclasses of StatisticImpl in org.apache.activemq.store Modifier and Type Class Description classAbstractMessageStoreStatisticsclassMessageStoreStatisticsThe J2EE Statistics for a Message SoreclassMessageStoreSubscriptionStatisticsclassPersistenceAdapterStatistics
-