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 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 StatisticImpl in org.apache.activemq.management
Subclasses of StatisticImpl in org.apache.activemq.management Modifier and Type Class Description class
BoundaryStatisticImpl
A boundary statistic implementationclass
BoundedRangeStatisticImpl
A bounded range statistic implementationclass
CountStatisticImpl
A count statistic implementationclass
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 connectionsclass
PollCountStatisticImpl
A count statistic implementationclass
RangeStatisticImpl
A range statistic implementationclass
SizeStatisticImpl
class
StatsImpl
Base class for a Stats implementationclass
TimeStatisticImpl
A time statistic implementationMethods in org.apache.activemq.management with parameters of type StatisticImpl Modifier and Type Method Description protected void
StatsImpl. 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 class
NetworkBridgeStatistics
The 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 class
AbstractMessageStoreStatistics
class
MessageStoreStatistics
The J2EE Statistics for a Message Soreclass
MessageStoreSubscriptionStatistics
class
PersistenceAdapterStatistics
-