Uses of Class
org.activemq.management.JMSSessionStatsImpl

Packages that use JMSSessionStatsImpl
org.activemq The core JMS client implementation classes 
org.activemq.management An implementation of the J2EE Management API  
 

Uses of JMSSessionStatsImpl in org.activemq
 

Methods in org.activemq that return JMSSessionStatsImpl
 JMSSessionStatsImpl ActiveMQSession.getSessionStats()
           
 

Uses of JMSSessionStatsImpl in org.activemq.management
 

Methods in org.activemq.management that return JMSSessionStatsImpl
 JMSSessionStatsImpl[] JMSConnectionStatsImpl.getSessions()
           
 

Constructors in org.activemq.management with parameters of type JMSSessionStatsImpl
JMSProducerStatsImpl(JMSSessionStatsImpl sessionStats, Destination destination)
           
JMSConsumerStatsImpl(JMSSessionStatsImpl sessionStats, Destination destination)
           
JMSEndpointStatsImpl(JMSSessionStatsImpl sessionStats)
          This constructor is used to create statistics for a MessageProducer or MessageConsumer as it passes in a Session parent statistic.
 



Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.