|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jetty.monitor.jmx.LoggingNotifier
public class LoggingNotifier
ConsoleNotifier Provides a way to output notification messages to a log file
Constructor Summary | |
---|---|
LoggingNotifier(java.lang.String format)
Constructs a new notifier with specified format string |
Method Summary | |
---|---|
void |
notify(EventTrigger trigger,
EventState<?> state,
long timestamp)
This method is called when a notification event is received by the containing object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingNotifier(java.lang.String format) throws java.lang.IllegalArgumentException
format
- the format string
java.lang.IllegalArgumentException
Method Detail |
---|
public void notify(EventTrigger trigger, EventState<?> state, long timestamp)
EventNotifier
notify
in interface EventNotifier
state
- an event state
timestamp
- time stamp of the eventEventNotifier.notify(org.eclipse.jetty.monitor.jmx.EventTrigger, org.eclipse.jetty.monitor.jmx.EventState, long)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |