org.apache.synapse.aspects.statistics
Class StatisticsRecordFactory

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

public class StatisticsRecordFactory
extends Object

Factory for creating StatisticsRecord instances


Constructor Summary
StatisticsRecordFactory()
           
 
Method Summary
static StatisticsRecord getStatisticsRecord(MessageContext synCtx)
          Factory method to create StatisticsRecord instances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsRecordFactory

public StatisticsRecordFactory()
Method Detail

getStatisticsRecord

public static StatisticsRecord getStatisticsRecord(MessageContext synCtx)
Factory method to create StatisticsRecord instances

Parameters:
synCtx - Current Message through synapse
Returns:
StatisticsRecord instance


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