|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticImpl | |
---|---|
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.management | An implementation of the J2EE Management API |
Uses of StatisticImpl in org.apache.activemq.broker.region |
---|
Subclasses of StatisticImpl in org.apache.activemq.broker.region | |
---|---|
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. |
Uses of StatisticImpl in org.apache.activemq.management |
---|
Subclasses of StatisticImpl in org.apache.activemq.management | |
---|---|
class |
BoundaryStatisticImpl
A boundary statistic implementation |
class |
BoundedRangeStatisticImpl
A bounded range statistic implementation |
class |
CountStatisticImpl
A count statistic implementation |
class |
JCAConnectionPoolStatsImpl
Statistics for a JCA connection pool |
class |
JCAConnectionStatsImpl
Statistics for a JCA connection |
class |
JCAStatsImpl
Statistics for a number of JCA connections and connection pools |
class |
JMSConnectionStatsImpl
Statistics for a JMS connection |
class |
JMSConsumerStatsImpl
Statistics for a JMS consumer |
class |
JMSEndpointStatsImpl
Statistics for a JMS endpoint, typically a MessageProducer or MessageConsumer but this class can also be used to represent statistics on a Destination as well. |
class |
JMSProducerStatsImpl
Statistics for a JMS producer |
class |
JMSSessionStatsImpl
Statistics for a JMS session |
class |
JMSStatsImpl
Statistics for a number of JMS connections |
class |
PollCountStatisticImpl
A count statistic implementation |
class |
RangeStatisticImpl
A range statistic implementation |
class |
StatsImpl
Base class for a Stats implementation |
class |
TimeStatisticImpl
A time statistic implementation |
Methods in org.apache.activemq.management with parameters of type StatisticImpl | |
---|---|
protected void |
StatsImpl.addStatistic(java.lang.String name,
StatisticImpl statistic)
|
Constructor parameters in org.apache.activemq.management with type arguments of type StatisticImpl | |
---|---|
StatsImpl(java.util.Set<StatisticImpl> set)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |