org.wso2.carbon.event.statistics.internal.jmx
Class JMXObserver

java.lang.Object
  extended by org.wso2.carbon.event.statistics.internal.jmx.JMXObserver
All Implemented Interfaces:
EventStatisticsObserver

public class JMXObserver
extends Object
implements EventStatisticsObserver


Constructor Summary
JMXObserver()
           
 
Method Summary
 void destroy()
          Clean up this observer and prepare for shutdown
 void updateStatistics(CollectionDTO collectionDTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXObserver

public JMXObserver()
Method Detail

destroy

public void destroy()
Description copied from interface: EventStatisticsObserver
Clean up this observer and prepare for shutdown

Specified by:
destroy in interface EventStatisticsObserver

updateStatistics

public void updateStatistics(CollectionDTO collectionDTO)
Specified by:
updateStatistics in interface EventStatisticsObserver


Copyright © 2015 WSO2. All rights reserved.