Uses of Class
org.apache.activemq.management.StatsImpl
-
Packages that use StatsImpl Package Description org.apache.activemq The core JMS client API implementation classes.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 StatsImpl in org.apache.activemq
Methods in org.apache.activemq that return StatsImpl Modifier and Type Method Description StatsImplActiveMQConnection. getStats()StatsImplActiveMQConnectionFactory. getStats()StatsImplActiveMQMessageConsumer. getStats()StatsImplActiveMQMessageProducer. getStats()StatsImplActiveMQSession. getStats() -
Uses of StatsImpl in org.apache.activemq.broker.region
Subclasses of StatsImpl 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 StatsImpl in org.apache.activemq.management
Subclasses of StatsImpl in org.apache.activemq.management Modifier and Type Class Description classJCAConnectionPoolStatsImplStatistics 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 connectionsMethods in org.apache.activemq.management that return StatsImpl Modifier and Type Method Description StatsImplStatsCapable. getStats() -
Uses of StatsImpl in org.apache.activemq.network
Subclasses of StatsImpl in org.apache.activemq.network Modifier and Type Class Description classNetworkBridgeStatisticsThe Statistics for a NetworkBridge. -
Uses of StatsImpl in org.apache.activemq.store
Subclasses of StatsImpl in org.apache.activemq.store Modifier and Type Class Description classAbstractMessageStoreStatisticsclassMessageStoreStatisticsThe J2EE Statistics for a Message SoreclassMessageStoreSubscriptionStatisticsclassPersistenceAdapterStatistics
-