public interface StatisticCollectionViewMXBean
Modifier and Type | Method and Description |
---|---|
StatisticsCompositeObject |
getApiJmxStatistics(String apiName)
Returns statistics related to a API.
|
StatisticsCompositeObject |
getEndpointJmxStatistics(String endpointName)
Returns statistics related to a Endpoint.
|
StatisticsCompositeObject |
getInboundEndpointJmxStatistics(String inboundEndpointName)
Returns statistics related to a Inbound Endpoint.
|
StatisticsCompositeObject |
getProxyServiceJmxStatistics(String proxyName)
Returns statistics related to a Proxy Service.
|
StatisticsCompositeObject |
getSequenceJmxStatistics(String sequenceName)
Returns statistics related to a Sequence.
|
void |
resetAllStatistics()
Reset all JMX statistics.
|
void |
resetAPIStatistics()
Reset JMX API statistic collection.
|
void |
resetEndpointStatistics()
Reset JMX Endpoint statistic collection.
|
void |
resetInboundEndpointStatistics()
Reset JMX Inbound Endpoint statistic collection.
|
void |
resetProxyStatistics()
Reset JMX Proxy statistic collection.
|
void |
resetSequenceStatistics()
Reset JMX Sequence statistic collection.
|
void resetAPIStatistics()
void resetProxyStatistics()
void resetSequenceStatistics()
void resetInboundEndpointStatistics()
void resetEndpointStatistics()
void resetAllStatistics()
StatisticsCompositeObject getProxyServiceJmxStatistics(String proxyName)
proxyName
- Name of the proxy service.StatisticsCompositeObject getSequenceJmxStatistics(String sequenceName)
sequenceName
- Name of the Sequence.StatisticsCompositeObject getApiJmxStatistics(String apiName)
apiName
- Name of the API.StatisticsCompositeObject getInboundEndpointJmxStatistics(String inboundEndpointName)
inboundEndpointName
- Name of the Inbound Endpoint.StatisticsCompositeObject getEndpointJmxStatistics(String endpointName)
endpointName
- Name of the Endpoint.Copyright © 2017 WSO2. All rights reserved.