Uses of Class
org.apache.activemq.management.JMSSessionStatsImpl
Packages that use JMSSessionStatsImpl
Package
Description
The core JMS client API implementation classes.
An implementation of the J2EE Management API
-
Uses of JMSSessionStatsImpl in org.apache.activemq
Methods in org.apache.activemq that return JMSSessionStatsImplModifier and TypeMethodDescriptionActiveMQSession.getSessionStats()Returns the session's statistics. -
Uses of JMSSessionStatsImpl in org.apache.activemq.management
Methods in org.apache.activemq.management that return JMSSessionStatsImplConstructors in org.apache.activemq.management with parameters of type JMSSessionStatsImplModifierConstructorDescriptionJMSConsumerStatsImpl(JMSSessionStatsImpl sessionStats, jakarta.jms.Destination destination) JMSEndpointStatsImpl(JMSSessionStatsImpl sessionStats) This constructor is used to create statistics for aMessageProducerorMessageConsumeras it passes in aSessionparent statistic.JMSProducerStatsImpl(JMSSessionStatsImpl sessionStats, jakarta.jms.Destination destination)