org.apache.synapse.aspects.statistics
Class StatisticsLog

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

public class StatisticsLog
extends Object

Statistics at a break point


Constructor Summary
StatisticsLog(String id, ComponentType componentType)
           
StatisticsLog(String id, long startTime, ComponentType componentType)
           
 
Method Summary
 ComponentType getComponentType()
           
 ErrorLog getErrorLog()
           
 String getId()
           
 long getTime()
           
 boolean isEndAnyLog()
           
 boolean isFault()
           
 boolean isResponse()
           
 void setEndAnyLog(boolean endAnyLog)
           
 void setErrorLog(ErrorLog errorLog)
           
 void setFault(boolean fault)
           
 void setResponse(boolean response)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsLog

public StatisticsLog(String id,
                     ComponentType componentType)

StatisticsLog

public StatisticsLog(String id,
                     long startTime,
                     ComponentType componentType)
Method Detail

getId

public String getId()

getComponentType

public ComponentType getComponentType()

getTime

public long getTime()

isResponse

public boolean isResponse()

isFault

public boolean isFault()

setFault

public void setFault(boolean fault)

setResponse

public void setResponse(boolean response)

setEndAnyLog

public void setEndAnyLog(boolean endAnyLog)

isEndAnyLog

public boolean isEndAnyLog()

getErrorLog

public ErrorLog getErrorLog()

setErrorLog

public void setErrorLog(ErrorLog errorLog)

toString

public String toString()
Overrides:
toString in class Object


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