org.eclipse.jetty.monitor.jmx
Interface EventNotifier

All Known Implementing Classes:
ConsoleNotifier, JavaMonitorAction, LoggingNotifier, MonitorAction, NotifierGroup, SimpleAction

public interface EventNotifier

EventNotifier Interface for classes used to send event notifications


Method Summary
 void notify(EventTrigger trigger, EventState<?> state, long timestamp)
          This method is called when a notification event is received by the containing object
 

Method Detail

notify

void notify(EventTrigger trigger,
            EventState<?> state,
            long timestamp)
This method is called when a notification event is received by the containing object

Parameters:
state - an event state
timestamp - time stamp of the event


Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.