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
|
方法摘要 |
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 statetimestamp - 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.