Uses of Class
org.wso2.carbon.das.messageflow.data.publisher.observer.jmx.data.StatisticsCompositeObject
-
Packages that use StatisticsCompositeObject Package Description org.wso2.carbon.das.messageflow.data.publisher.observer.jmx org.wso2.carbon.das.messageflow.data.publisher.observer.jmx.data -
-
Uses of StatisticsCompositeObject in org.wso2.carbon.das.messageflow.data.publisher.observer.jmx
Methods in org.wso2.carbon.das.messageflow.data.publisher.observer.jmx that return StatisticsCompositeObject Modifier and Type Method Description StatisticsCompositeObject
JMXMediationFlowObserver. getApiJmxStatistics(String apiName)
StatisticsCompositeObject
JMXMediationFlowObserver. getEndpointJmxStatistics(String endpointName)
StatisticsCompositeObject
JMXMediationFlowObserver. getInboundEndpointJmxStatistics(String inboundEndpointName)
StatisticsCompositeObject
JMXMediationFlowObserver. getProxyServiceJmxStatistics(String proxyName)
StatisticsCompositeObject
JMXMediationFlowObserver. getSequenceJmxStatistics(String sequenceName)
-
Uses of StatisticsCompositeObject in org.wso2.carbon.das.messageflow.data.publisher.observer.jmx.data
Methods in org.wso2.carbon.das.messageflow.data.publisher.observer.jmx.data that return StatisticsCompositeObject Modifier and Type Method Description StatisticsCompositeObject
StatisticCollectionViewMXBean. getApiJmxStatistics(String apiName)
Returns statistics related to a API.StatisticsCompositeObject
StatisticCollectionViewMXBean. getEndpointJmxStatistics(String endpointName)
Returns statistics related to a Endpoint.StatisticsCompositeObject
StatisticCollectionViewMXBean. getInboundEndpointJmxStatistics(String inboundEndpointName)
Returns statistics related to a Inbound Endpoint.StatisticsCompositeObject
SummeryStatisticObject. getJmxObject()
StatisticsCompositeObject
StatisticCollectionViewMXBean. getProxyServiceJmxStatistics(String proxyName)
Returns statistics related to a Proxy Service.StatisticsCompositeObject
StatisticCollectionViewMXBean. getSequenceJmxStatistics(String sequenceName)
Returns statistics related to a Sequence.
-