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

Packages that use RouterStatistics
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. 
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
 

Uses of RouterStatistics in org.mule.management.mbeans
 

Constructors in org.mule.management.mbeans with parameters of type RouterStatistics
RouterStats(RouterStatistics statistics)
           
 

Uses of RouterStatistics in org.mule.management.stats
 

Methods in org.mule.management.stats that return RouterStatistics
 RouterStatistics ComponentStatistics.getInboundRouterStat()
           
 RouterStatistics ComponentStatistics.getOutboundRouterStat()
           
 

Methods in org.mule.management.stats with parameters of type RouterStatistics
 void ComponentStatistics.setInboundRouterStat(RouterStatistics inboundRouterStat)
           
 void ComponentStatistics.setOutboundRouterStat(RouterStatistics outboundRouterStat)
           
 

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

Methods in org.mule.management.stats.printers with parameters of type RouterStatistics
protected  int AbstractTablePrinter.getRouterInfo(RouterStatistics stats, String[] col, int index)
           
 

Uses of RouterStatistics in org.mule.routing
 

Fields in org.mule.routing declared as RouterStatistics
protected  RouterStatistics AbstractCatchAllStrategy.statistics
           
 

Methods in org.mule.routing that return RouterStatistics
 RouterStatistics AbstractRouterCollection.getStatistics()
           
 RouterStatistics AbstractCatchAllStrategy.getStatistics()
           
 

Methods in org.mule.routing with parameters of type RouterStatistics
 void AbstractRouterCollection.setStatistics(RouterStatistics stat)
           
 void AbstractCatchAllStrategy.setStatistics(RouterStatistics statistics)
           
 

Uses of RouterStatistics in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that return RouterStatistics
 RouterStatistics SelectiveConsumer.getRouterStatistics()
           
 

Methods in org.mule.routing.inbound with parameters of type RouterStatistics
 void SelectiveConsumer.setRouterStatistics(RouterStatistics stats)
           
 

Uses of RouterStatistics in org.mule.routing.outbound
 

Fields in org.mule.routing.outbound declared as RouterStatistics
protected  RouterStatistics AbstractOutboundRouter.routerStatistics
           
 

Methods in org.mule.routing.outbound that return RouterStatistics
 RouterStatistics AbstractOutboundRouter.getRouterStatistics()
           
 

Methods in org.mule.routing.outbound with parameters of type RouterStatistics
 void AbstractOutboundRouter.setRouterStatistics(RouterStatistics routerStatistics)
           
 

Uses of RouterStatistics in org.mule.routing.response
 

Methods in org.mule.routing.response that return RouterStatistics
 RouterStatistics AbstractResponseRouter.getRouterStatistics()
           
 

Methods in org.mule.routing.response with parameters of type RouterStatistics
 void AbstractResponseRouter.setRouterStatistics(RouterStatistics routerStatistics)
           
 

Uses of RouterStatistics in org.mule.umo.routing
 

Methods in org.mule.umo.routing that return RouterStatistics
 RouterStatistics UMORouter.getRouterStatistics()
           
 RouterStatistics UMORouterCollection.getStatistics()
           
 

Methods in org.mule.umo.routing with parameters of type RouterStatistics
 void UMORouter.setRouterStatistics(RouterStatistics stats)
           
 void UMORouterCollection.setStatistics(RouterStatistics stat)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.