org.apache.synapse.aspects.statistics.view
Class InOutStatisticsView

java.lang.Object
  extended by org.apache.synapse.aspects.statistics.view.InOutStatisticsView

public class InOutStatisticsView
extends Object

View of statistics as in and out


Constructor Summary
InOutStatisticsView(String id, String owner, ComponentType type)
           
 
Method Summary
 ComponentType getComponentType()
           
 Statistics getInStatistics()
           
 Statistics getOutStatistics()
           
 String getOwner()
           
 String getResourceId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InOutStatisticsView

public InOutStatisticsView(String id,
                           String owner,
                           ComponentType type)
Method Detail

getInStatistics

public Statistics getInStatistics()

getOutStatistics

public Statistics getOutStatistics()

getResourceId

public String getResourceId()

getOwner

public String getOwner()

getComponentType

public ComponentType getComponentType()

toString

public String toString()
Overrides:
toString in class Object


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