org.apache.synapse.aspects.statistics.mbean
Interface StatisticsViewMBean

All Known Implementing Classes:
StatisticsView

public interface StatisticsViewMBean

A simple MBean for viewing statistics


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)
           
 

Method Detail

getSystemEndpointStats

List<String> getSystemEndpointStats(String id)

getSystemSequenceStats

List<String> getSystemSequenceStats(String id)

getSystemProxyServiceStats

List<String> getSystemProxyServiceStats(String id)

getSystemEndpointsStats

List<String> getSystemEndpointsStats()

getSystemSequencesStats

List<String> getSystemSequencesStats()

getSystemProxyServicesStats

List<String> getSystemProxyServicesStats()

clearAllStatistics

void clearAllStatistics()


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