Uses of Class
org.apache.activemq.management.JMSSessionStatsImpl
-
Packages that use JMSSessionStatsImpl Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.management An implementation of the J2EE Management API -
-
Uses of JMSSessionStatsImpl in org.apache.activemq
Methods in org.apache.activemq that return JMSSessionStatsImpl Modifier and Type Method Description JMSSessionStatsImplActiveMQSession. getSessionStats()Returns the session's statistics. -
Uses of JMSSessionStatsImpl in org.apache.activemq.management
Methods in org.apache.activemq.management that return JMSSessionStatsImpl Modifier and Type Method Description JMSSessionStatsImpl[]JMSConnectionStatsImpl. getSessions()Constructors in org.apache.activemq.management with parameters of type JMSSessionStatsImpl Constructor Description JMSConsumerStatsImpl(JMSSessionStatsImpl sessionStats, Destination destination)JMSEndpointStatsImpl(JMSSessionStatsImpl sessionStats)This constructor is used to create statistics for aMessageProducerorMessageConsumeras it passes in aSessionparent statistic.JMSProducerStatsImpl(JMSSessionStatsImpl sessionStats, Destination destination)
-