Uses of Interface
org.activemq.management.JMSDestinationStats

Packages that use JMSDestinationStats
org.activemq.management An implementation of the J2EE Management API 
org.activemq.message Message implementations 
 

Uses of JMSDestinationStats in org.activemq.management
 

Classes in org.activemq.management that implement JMSDestinationStats
 class JMSQueueStatsImpl
          Statistics for a Queue
 class JMSTopicStatsImpl
          Statistics for a Topic
 

Uses of JMSDestinationStats in org.activemq.message
 

Methods in org.activemq.message that return JMSDestinationStats
protected abstract  JMSDestinationStats ActiveMQDestination.createDestinationStats()
          Factory method to create a statistics counter object
protected  JMSDestinationStats ActiveMQTopic.createDestinationStats()
           
protected  JMSDestinationStats ActiveMQQueue.createDestinationStats()
           
 JMSDestinationStats ActiveMQDestination.getStats()
           
 

Methods in org.activemq.message with parameters of type JMSDestinationStats
 void ActiveMQDestination.setStats(JMSDestinationStats stats)
           
 



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