org.eclipse.jetty.monitor.jmx
接口 EventNotifier

所有已知实现类:
ConsoleNotifier, JavaMonitorAction, LoggingNotifier, MonitorAction, NotifierGroup, SimpleAction

public interface EventNotifier

EventNotifier Interface for classes used to send event notifications


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

方法详细信息

notify

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

参数:
state - an event state
timestamp - time stamp of the event


Copyright © 2013. All Rights Reserved.