org.apache.synapse.aspects.statistics.mbean
Class StatisticsView

java.lang.Object
  extended by org.apache.synapse.aspects.statistics.mbean.StatisticsView
All Implemented Interfaces:
StatisticsViewMBean

public class StatisticsView
extends Object
implements StatisticsViewMBean

See Also:
StatisticsViewMBean

Constructor Summary
StatisticsView(StatisticsCollector collector)
           
 
Method Summary
 void clearAllStatistics()
           
 List<String> getSystemEndpointsStats()
           
 List<String> getSystemEndpointStats(String id)
           
 List<String> getSystemProxyServicesStats()
           
 List<String> getSystemProxyServiceStats(String id)
           
 List<String> getSystemSequencesStats()
           
 List<String> getSystemSequenceStats(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsView

public StatisticsView(StatisticsCollector collector)
Method Detail

getSystemEndpointStats

public List<String> getSystemEndpointStats(String id)
Specified by:
getSystemEndpointStats in interface StatisticsViewMBean

getSystemSequenceStats

public List<String> getSystemSequenceStats(String id)
Specified by:
getSystemSequenceStats in interface StatisticsViewMBean

getSystemProxyServiceStats

public List<String> getSystemProxyServiceStats(String id)
Specified by:
getSystemProxyServiceStats in interface StatisticsViewMBean

getSystemEndpointsStats

public List<String> getSystemEndpointsStats()
Specified by:
getSystemEndpointsStats in interface StatisticsViewMBean

getSystemSequencesStats

public List<String> getSystemSequencesStats()
Specified by:
getSystemSequencesStats in interface StatisticsViewMBean

getSystemProxyServicesStats

public List<String> getSystemProxyServicesStats()
Specified by:
getSystemProxyServicesStats in interface StatisticsViewMBean

clearAllStatistics

public void clearAllStatistics()
Specified by:
clearAllStatistics in interface StatisticsViewMBean


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