Uses of Class
org.jmonit.events.MonitoringEvent

Packages that use MonitoringEvent
org.jmonit   
org.jmonit.events   
org.jmonit.features   
org.jmonit.monitors   
 

Uses of MonitoringEvent in org.jmonit
 

Methods in org.jmonit with parameters of type MonitoringEvent
protected  void Stopwatch.fireMonitoringEvent(MonitoringEvent event)
           
 void Monitor.fireMonitoringEvent(MonitoringEvent event)
          Dispatches the given MonitoringEvent to all registred listeners.
 

Uses of MonitoringEvent in org.jmonit.events
 

Subclasses of MonitoringEvent in org.jmonit.events
 class DataMonitoredEvent
          Monitoring event for data exposed by the application to the monitor.
 class ExecutionEvent
           
 class HttpRequestServed
           
 

Methods in org.jmonit.events with parameters of type MonitoringEvent
 void MonitoringEventBus.fireMonitoringEvent(MonitoringEvent event)
          Dispatches the given MonitoringEvent to all registred listeners (calls method MonitoringEventListener.onMonitoringEvent(MonitoringEvent) on all of them}.
 void DefaultMonitoringEventBus.fireMonitoringEvent(MonitoringEvent event)
          Dispatches the given MonitoringEvent to all registred listeners (calls method MonitoringEventListener.onMonitoringEvent(MonitoringEvent) on all of them}.
 void MonitoringEventListener.onMonitoringEvent(MonitoringEvent event)
          A monitoring event occured and has been dispatched on the bus
 

Uses of MonitoringEvent in org.jmonit.features
 

Methods in org.jmonit.features with parameters of type MonitoringEvent
 void AbstractFeature.fireMonitoringEvent(MonitoringEvent event)
           
 void Statistics.onMonitoringEvent(MonitoringEvent event)
          A monitoring event occured and has been dispatched on the bus
 void LastValues.onMonitoringEvent(MonitoringEvent event)
          A monitoring event occured and has been dispatched on the bus
 void HttpStatus.onMonitoringEvent(MonitoringEvent event)
          A monitoring event occured and has been dispatched on the bus
 void Concurrency.onMonitoringEvent(MonitoringEvent event)
          A monitoring event occured and has been dispatched on the bus
 

Uses of MonitoringEvent in org.jmonit.monitors
 

Methods in org.jmonit.monitors with parameters of type MonitoringEvent
 void NullMonitor.fireMonitoringEvent(MonitoringEvent event)
          Dispatches the given MonitoringEvent to all registred listeners.
 void AbstractMonitor.fireMonitoringEvent(MonitoringEvent event)
          Dispatches the given MonitoringEvent to all registred listeners.
 



Copyright © 2007 Nicolas De Loof. All Rights Reserved.