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   
 

Uses of QueueStatistics in org.mule.management.stats
 

Classes in org.mule.management.stats that implement QueueStatistics
 class SedaServiceStatistics
          TODO MULE-2233 Pooling functionality has been abstracted out of the SedaService.
 class ServiceStatistics
           
 

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
SedaStageInterceptingMessageProcessor(String name, QueueProfile queueProfile, int queueTimeout, WorkManagerSource workManagerSource, boolean doThreading, LifecycleState lifecycleState, QueueStatistics queueStatistics, MuleContext muleContext)
          Deprecated. 
SedaStageInterceptingMessageProcessor(String name, QueueProfile queueProfile, int queueTimeout, WorkManagerSource workManagerSource, LifecycleState lifecycleState, QueueStatistics queueStatistics, MuleContext muleContext)
           
 



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