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

Packages that use ComponentStatistics
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.model   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
org.mule.management.mbeans Jmx Management beans for mule components, the model and the Mule server. 
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.management.stats.printers Various statistics printers, for table, plain and CVS formats. 
 

Uses of ComponentStatistics in org.mule.impl
 

Fields in org.mule.impl declared as ComponentStatistics
protected  ComponentStatistics DefaultComponentExceptionStrategy.statistics
           
 

Uses of ComponentStatistics in org.mule.impl.model
 

Fields in org.mule.impl.model declared as ComponentStatistics
protected  ComponentStatistics AbstractComponent.stats
           
 

Methods in org.mule.impl.model that return ComponentStatistics
protected  ComponentStatistics AbstractComponent.createStatistics()
           
 ComponentStatistics AbstractComponent.getStatistics()
           
 ComponentStatistics MuleProxy.getStatistics()
           
 ComponentStatistics DefaultMuleProxy.getStatistics()
           
 

Methods in org.mule.impl.model with parameters of type ComponentStatistics
 void MuleProxy.setStatistics(ComponentStatistics stat)
           
 void DefaultMuleProxy.setStatistics(ComponentStatistics stat)
           
 

Uses of ComponentStatistics in org.mule.impl.model.seda
 

Methods in org.mule.impl.model.seda that return ComponentStatistics
protected  ComponentStatistics SedaComponent.createStatistics()
           
 

Uses of ComponentStatistics in org.mule.impl.model.seda.optimised
 

Methods in org.mule.impl.model.seda.optimised that return ComponentStatistics
 ComponentStatistics OptimisedMuleProxy.getStatistics()
           
 

Methods in org.mule.impl.model.seda.optimised with parameters of type ComponentStatistics
 void OptimisedMuleProxy.setStatistics(ComponentStatistics stat)
           
 

Uses of ComponentStatistics in org.mule.management.mbeans
 

Constructors in org.mule.management.mbeans with parameters of type ComponentStatistics
ComponentStats(ComponentStatistics statistics)
           
 

Uses of ComponentStatistics in org.mule.management.stats
 

Subclasses of ComponentStatistics in org.mule.management.stats
 class SedaComponentStatistics
          TODO
 

Methods in org.mule.management.stats with parameters of type ComponentStatistics
 void AllStatistics.add(ComponentStatistics stat)
           
 void AllStatistics.remove(ComponentStatistics stat)
           
 

Uses of ComponentStatistics in org.mule.management.stats.printers
 

Methods in org.mule.management.stats.printers with parameters of type ComponentStatistics
protected  void AbstractTablePrinter.getColumn(ComponentStatistics stats, String[] col)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.