Uses of Class
org.codehaus.activemq.management.CountStatisticImpl

Packages that use CountStatisticImpl
org.codehaus.activemq.management An implementation of the J2EE Management API  
 

Uses of CountStatisticImpl in org.codehaus.activemq.management
 

Fields in org.codehaus.activemq.management declared as CountStatisticImpl
protected  CountStatisticImpl JMSEndpointStatsImpl.messageCount
           
protected  CountStatisticImpl JMSEndpointStatsImpl.pendingMessageCount
           
protected  CountStatisticImpl JMSEndpointStatsImpl.expiredMessageCount
           
 

Methods in org.codehaus.activemq.management that return CountStatisticImpl
 CountStatisticImpl CountStatisticImpl.getParent()
           
 

Methods in org.codehaus.activemq.management with parameters of type CountStatisticImpl
 void CountStatisticImpl.setParent(CountStatisticImpl parent)
           
 

Constructors in org.codehaus.activemq.management with parameters of type CountStatisticImpl
JMSQueueStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, TimeStatisticImpl sendMessageRateTime)
           
JMSProducerStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, String destination)
           
JMSEndpointStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime)
           
JMSConsumerStatsImpl(CountStatisticImpl messageCount, CountStatisticImpl pendingMessageCount, CountStatisticImpl expiredMessageCount, TimeStatisticImpl messageWaitTime, TimeStatisticImpl messageRateTime, String origin)
           
CountStatisticImpl(CountStatisticImpl parent, String name, String description)
           
 



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