public class StatisticsView extends Object implements StatisticsViewMBean
StatisticsViewMBean
Constructor and Description |
---|
StatisticsView(StatisticsCollector collector) |
Modifier and Type | Method and Description |
---|---|
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) |
public StatisticsView(StatisticsCollector collector)
public List<String> getSystemEndpointStats(String id)
getSystemEndpointStats
in interface StatisticsViewMBean
public List<String> getSystemSequenceStats(String id)
getSystemSequenceStats
in interface StatisticsViewMBean
public List<String> getSystemProxyServiceStats(String id)
getSystemProxyServiceStats
in interface StatisticsViewMBean
public List<String> getSystemEndpointsStats()
getSystemEndpointsStats
in interface StatisticsViewMBean
public List<String> getSystemSequencesStats()
getSystemSequencesStats
in interface StatisticsViewMBean
public List<String> getSystemProxyServicesStats()
getSystemProxyServicesStats
in interface StatisticsViewMBean
public void clearAllStatistics()
clearAllStatistics
in interface StatisticsViewMBean
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.