Uses of Class
org.mule.management.stats.ServiceStatistics

Packages that use ServiceStatistics
org.mule.api.service   
org.mule.exception   
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.model.seda   
org.mule.module.management.mbean Jmx Management beans for mule components, the model and the Mule server. 
org.mule.service   
 

Uses of ServiceStatistics in org.mule.api.service
 

Methods in org.mule.api.service that return ServiceStatistics
 ServiceStatistics Service.getStatistics()
          Returns the Service statistics.
 

Uses of ServiceStatistics in org.mule.exception
 

Methods in org.mule.exception that return ServiceStatistics
protected  ServiceStatistics DefaultServiceExceptionStrategy.getServiceStatistics(FlowConstruct flowConstruct)
          Deprecated.  
 

Uses of ServiceStatistics in org.mule.management.stats
 

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

Uses of ServiceStatistics in org.mule.model.seda
 

Methods in org.mule.model.seda that return ServiceStatistics
protected  ServiceStatistics SedaService.createStatistics()
           
 

Uses of ServiceStatistics in org.mule.module.management.mbean
 

Constructors in org.mule.module.management.mbean with parameters of type ServiceStatistics
ServiceStats(ServiceStatistics statistics)
           
 

Uses of ServiceStatistics in org.mule.service
 

Fields in org.mule.service declared as ServiceStatistics
protected  ServiceStatistics AbstractService.stats
           
 

Methods in org.mule.service that return ServiceStatistics
protected  ServiceStatistics AbstractService.createStatistics()
           
 ServiceStatistics AbstractService.getStatistics()
           
 



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