public abstract class AbstractSelectiveEventMonitor extends Object implements EventMonitor
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSelectiveEventMonitor(String[] startEvents,
String[] endEvents,
String[] errorEvents) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doEndEvent(String eventName,
String target,
long timestamp) |
protected void |
doErrorEvent(String eventName,
String target,
long timestamp,
Throwable cause) |
protected void |
doStartEvent(String eventName,
String target,
long timestamp) |
void |
endEvent(String eventName,
String target,
long timestamp) |
void |
errorEvent(String eventName,
String target,
long timestamp,
Throwable cause) |
void |
startEvent(String eventName,
String target,
long timestamp) |
public final void startEvent(String eventName, String target, long timestamp)
startEvent in interface EventMonitorpublic final void endEvent(String eventName, String target, long timestamp)
endEvent in interface EventMonitorpublic final void errorEvent(String eventName, String target, long timestamp, Throwable cause)
errorEvent in interface EventMonitorCopyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.