Uses of Interface
org.wso2.carbon.event.statistics.EventStatisticsObserver

Packages that use EventStatisticsObserver
org.wso2.carbon.event.statistics   
org.wso2.carbon.event.statistics.internal   
org.wso2.carbon.event.statistics.internal.jmx   
 

Uses of EventStatisticsObserver in org.wso2.carbon.event.statistics
 

Methods in org.wso2.carbon.event.statistics with parameters of type EventStatisticsObserver
 void EventStatisticsService.registerObserver(EventStatisticsObserver o)
          Register a custom statistics consumer to receive updates from this statistics store
 void EventStatisticsService.unregisterObserver(EventStatisticsObserver o)
          Unregister the custom statistics consumer from the mediation statistics store
 

Uses of EventStatisticsObserver in org.wso2.carbon.event.statistics.internal
 

Methods in org.wso2.carbon.event.statistics.internal with parameters of type EventStatisticsObserver
 void EventStatisticsManager.registerObserver(EventStatisticsObserver o)
          Register a custom statistics consumer to receive updates from this statistics store
 void EventStatisticsManager.unregisterObserver(EventStatisticsObserver o)
          Unregister the custom statistics consumer from the mediation statistics store
 

Uses of EventStatisticsObserver in org.wso2.carbon.event.statistics.internal.jmx
 

Classes in org.wso2.carbon.event.statistics.internal.jmx that implement EventStatisticsObserver
 class JMXObserver
           
 



Copyright © 2015 WSO2. All rights reserved.