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 StatsImpl
ActiveMQConnection. getStats()
StatsImpl
ActiveMQConnectionFactory. getStats()
StatsImpl
ActiveMQMessageConsumer. getStats()
StatsImpl
ActiveMQMessageProducer. getStats()
StatsImpl
ActiveMQSession. getStats()
-
Uses of StatsImpl in org.apache.activemq.broker.region
Subclasses of StatsImpl in org.apache.activemq.broker.region Modifier and Type Class Description class
ConnectionStatistics
The J2EE Statistics for the Connection.class
ConnectorStatistics
The J2EE Statistics for the a Destination.class
DestinationStatistics
The J2EE Statistics for the a Destination.class
RegionStatistics
The J2EE Statistics for the Connection.class
SubscriptionStatistics
The 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 class
JCAConnectionPoolStatsImpl
Statistics for a JCA connection poolclass
JCAConnectionStatsImpl
Statistics for a JCA connectionclass
JCAStatsImpl
Statistics for a number of JCA connections and connection poolsclass
JMSConnectionStatsImpl
Statistics for a JMS connectionclass
JMSConsumerStatsImpl
Statistics for a JMS consumerclass
JMSEndpointStatsImpl
Statistics for a JMS endpoint, typically a MessageProducer or MessageConsumer but this class can also be used to represent statistics on aDestination
as well.class
JMSProducerStatsImpl
Statistics for a JMS producerclass
JMSSessionStatsImpl
Statistics for a JMS sessionclass
JMSStatsImpl
Statistics for a number of JMS connectionsMethods in org.apache.activemq.management that return StatsImpl Modifier and Type Method Description StatsImpl
StatsCapable. getStats()
-
Uses of StatsImpl in org.apache.activemq.network
Subclasses of StatsImpl in org.apache.activemq.network Modifier and Type Class Description class
NetworkBridgeStatistics
The 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 class
AbstractMessageStoreStatistics
class
MessageStoreStatistics
The J2EE Statistics for a Message Soreclass
MessageStoreSubscriptionStatistics
class
PersistenceAdapterStatistics
-