Interface StatisticCollectionViewMXBean
- All Known Implementing Classes:
JMXMediationFlowObserver
public interface StatisticCollectionViewMXBean
MBean interface to expose collected statistic data using JMX.
-
Method Summary
Modifier and TypeMethodDescriptiongetApiJmxStatistics(String apiName) Returns statistics related to a API.getEndpointJmxStatistics(String endpointName) Returns statistics related to a Endpoint.getInboundEndpointJmxStatistics(String inboundEndpointName) Returns statistics related to a Inbound Endpoint.getProxyServiceJmxStatistics(String proxyName) Returns statistics related to a Proxy Service.getSequenceJmxStatistics(String sequenceName) Returns statistics related to a Sequence.voidReset all JMX statistics.voidReset JMX API statistic collection.voidReset JMX Endpoint statistic collection.voidReset JMX Inbound Endpoint statistic collection.voidReset JMX Proxy statistic collection.voidReset JMX Sequence statistic collection.
-
Method Details
-
resetAPIStatistics
void resetAPIStatistics()Reset JMX API statistic collection. -
resetProxyStatistics
void resetProxyStatistics()Reset JMX Proxy statistic collection. -
resetSequenceStatistics
void resetSequenceStatistics()Reset JMX Sequence statistic collection. -
resetInboundEndpointStatistics
void resetInboundEndpointStatistics()Reset JMX Inbound Endpoint statistic collection. -
resetEndpointStatistics
void resetEndpointStatistics()Reset JMX Endpoint statistic collection. -
resetAllStatistics
void resetAllStatistics()Reset all JMX statistics. -
getProxyServiceJmxStatistics
Returns statistics related to a Proxy Service.- Parameters:
proxyName- Name of the proxy service.- Returns:
- Composite Data Object that contains Proxy Statistics.
-
getSequenceJmxStatistics
Returns statistics related to a Sequence.- Parameters:
sequenceName- Name of the Sequence.- Returns:
- Composite Data Object that contains Sequence Statistics.
-
getApiJmxStatistics
Returns statistics related to a API.- Parameters:
apiName- Name of the API.- Returns:
- Composite Data Object that contains API Statistics.
-
getInboundEndpointJmxStatistics
Returns statistics related to a Inbound Endpoint.- Parameters:
inboundEndpointName- Name of the Inbound Endpoint.- Returns:
- Composite Data Object that contains Inbound Endpoint Statistics.
-
getEndpointJmxStatistics
Returns statistics related to a Endpoint.- Parameters:
endpointName- Name of the Endpoint.- Returns:
- Composite Data Object that contains Endpoint Statistics.
-