Uses of Interface
org.mule.management.stats.QueueStatistics

Packages that use QueueStatistics
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.processor   
org.mule.processor.strategy   
 

Uses of QueueStatistics in org.mule.management.stats
 

Classes in org.mule.management.stats that implement QueueStatistics
 class ApplicationStatistics
          Aggregate statistics for all services and flows in an application.
 class FlowConstructStatistics
           
 class SedaServiceStatistics
          TODO MULE-2233 Pooling functionality has been abstracted out of the SedaService.
 class ServiceStatistics
           
 

Methods in org.mule.management.stats with parameters of type QueueStatistics
 void QueueStatisticsAware.setQueueStatistics(QueueStatistics queueStatistics)
           
 

Uses of QueueStatistics in org.mule.processor
 

Fields in org.mule.processor declared as QueueStatistics
protected  QueueStatistics SedaStageInterceptingMessageProcessor.queueStatistics
           
 

Constructors in org.mule.processor with parameters of type QueueStatistics
LaxSedaStageInterceptingMessageProcessor(String name, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
SedaStageInterceptingMessageProcessor(String threadName, String queueName, QueueProfile queueProfile, int queueTimeout, ThreadingProfile threadingProfile, QueueStatistics queueStatistics, MuleContext muleContext)
           
 

Uses of QueueStatistics in org.mule.processor.strategy
 

Fields in org.mule.processor.strategy declared as QueueStatistics
protected  QueueStatistics QueuedAsynchronousProcessingStrategy.queueStatistics
           
 

Methods in org.mule.processor.strategy that return QueueStatistics
 QueueStatistics QueuedAsynchronousProcessingStrategy.getQueueStatistics()
           
 

Methods in org.mule.processor.strategy with parameters of type QueueStatistics
 void QueuedAsynchronousProcessingStrategy.setQueueStatistics(QueueStatistics queueStatistics)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.