org.apache.synapse.aspects.statistics
Class StatisticsUpdateStrategy

java.lang.Object
  extended by org.apache.synapse.aspects.statistics.StatisticsUpdateStrategy

public class StatisticsUpdateStrategy
extends Object

Updates the given statistics base on statistics logs in the given statistics record. This is to use only at viewing statistics


Constructor Summary
StatisticsUpdateStrategy(StatisticsRecord statisticsRecord)
           
 
Method Summary
 void updateStatistics(String id, ComponentType componentType, InOutStatisticsView statisticsView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsUpdateStrategy

public StatisticsUpdateStrategy(StatisticsRecord statisticsRecord)
Method Detail

updateStatistics

public void updateStatistics(String id,
                             ComponentType componentType,
                             InOutStatisticsView statisticsView)


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