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 EventMonitor
public final void endEvent(String eventName, String target, long timestamp)
endEvent
in interface EventMonitor
public final void errorEvent(String eventName, String target, long timestamp, Throwable cause)
errorEvent
in interface EventMonitor
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.