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

Packages that use ComponentStatistics
org.mule.api.component   
org.mule.component   
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
 

Uses of ComponentStatistics in org.mule.api.component
 

Methods in org.mule.api.component that return ComponentStatistics
 ComponentStatistics Component.getStatistics()
          Component statistics are used to gather component statistics such as sync/async invocation counts and total and average execution time.
 

Uses of ComponentStatistics in org.mule.component
 

Fields in org.mule.component declared as ComponentStatistics
protected  ComponentStatistics AbstractComponent.statistics
           
 

Methods in org.mule.component that return ComponentStatistics
 ComponentStatistics AbstractComponent.getStatistics()
           
 

Uses of ComponentStatistics in org.mule.management.stats
 

Fields in org.mule.management.stats declared as ComponentStatistics
protected  ComponentStatistics FlowConstructStatistics.flowStatistics
           
 

Methods in org.mule.management.stats that return ComponentStatistics
 ComponentStatistics ServiceStatistics.getComponentStat()
           
 

Methods in org.mule.management.stats with parameters of type ComponentStatistics
 void ServiceStatistics.setComponentStat(ComponentStatistics componentStat)
           
 



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