org.eclipse.jetty.monitor.jmx
类 LoggingNotifier

java.lang.Object
  继承者 org.eclipse.jetty.monitor.jmx.LoggingNotifier
所有已实现的接口:
EventNotifier

public class LoggingNotifier
extends Object
implements EventNotifier

ConsoleNotifier Provides a way to output notification messages to a log file


构造方法摘要
LoggingNotifier(String format)
          Constructs a new notifier with specified format string
 
方法摘要
 void notify(EventTrigger trigger, EventState<?> state, long timestamp)
          This method is called when a notification event is received by the containing object
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LoggingNotifier

public LoggingNotifier(String format)
                throws IllegalArgumentException
Constructs a new notifier with specified format string

参数:
format - the format string
抛出:
IllegalArgumentException
方法详细信息

notify

public void notify(EventTrigger trigger,
                   EventState<?> state,
                   long timestamp)
从接口 EventNotifier 复制的描述
This method is called when a notification event is received by the containing object

指定者:
接口 EventNotifier 中的 notify
state - an event state
timestamp - time stamp of the event
另请参见:
EventNotifier.notify(org.eclipse.jetty.monitor.jmx.EventTrigger, org.eclipse.jetty.monitor.jmx.EventState, long)


Copyright © 2013. All Rights Reserved.