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.service   
 

Uses of ServiceStatistics in org.mule.api.service
 

Methods in org.mule.api.service that return ServiceStatistics
 ServiceStatistics Service.getStatistics()
          Deprecated. 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
          Deprecated. 
 

Uses of ServiceStatistics in org.mule.model.seda
 

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

Uses of ServiceStatistics in org.mule.service
 

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

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



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