Uses of Class
org.apache.synapse.aspects.statistics.StatisticsCollector

Packages that use StatisticsCollector
org.apache.synapse.aspects.statistics   
org.apache.synapse.aspects.statistics.mbean   
org.apache.synapse.config   
org.apache.synapse.core   
org.apache.synapse.core.axis2   
 

Uses of StatisticsCollector in org.apache.synapse.aspects.statistics
 

Constructors in org.apache.synapse.aspects.statistics with parameters of type StatisticsCollector
StatisticsCleaner(StatisticsCollector collector)
           
 

Uses of StatisticsCollector in org.apache.synapse.aspects.statistics.mbean
 

Constructors in org.apache.synapse.aspects.statistics.mbean with parameters of type StatisticsCollector
StatisticsView(StatisticsCollector collector)
           
 

Uses of StatisticsCollector in org.apache.synapse.config
 

Methods in org.apache.synapse.config that return StatisticsCollector
static StatisticsCollector SynapseConfigUtils.getStatisticsCollector(ServerContextInformation contextInfo)
          Get the StatisticsCollector from synapse env.
 

Uses of StatisticsCollector in org.apache.synapse.core
 

Methods in org.apache.synapse.core that return StatisticsCollector
 StatisticsCollector SynapseEnvironment.getStatisticsCollector()
          This method returns the StatisticsCollector responsible for collecting stats for this synapse instance.
 

Methods in org.apache.synapse.core with parameters of type StatisticsCollector
 void SynapseEnvironment.setStatisticsCollector(StatisticsCollector statisticsCollector)
          Deprecated. 
 

Uses of StatisticsCollector in org.apache.synapse.core.axis2
 

Methods in org.apache.synapse.core.axis2 that return StatisticsCollector
 StatisticsCollector Axis2SynapseEnvironment.getStatisticsCollector()
          This method returns the StatisticsCollector responsible for collecting stats for this synapse instance.
 

Methods in org.apache.synapse.core.axis2 with parameters of type StatisticsCollector
 void Axis2SynapseEnvironment.setStatisticsCollector(StatisticsCollector collector)
          Deprecated. 
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.