|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventHandlerListener
This listener listens for EventHandler events.
Method Summary | |
---|---|
void |
eventCaptured(Entry aEntry)
Called right after the EventHandler captures an event and maps it to an Entry object. |
void |
eventHandlerTerminated()
|
void |
eventProcessed(Entry aEntry)
If the captured event is further processed (Action Map or EventHandler's custom embedded logic), this method is called after the processing completes. |
Methods inherited from interface com.ibm.di.api.remote.LogListener |
---|
messageLogged |
Method Detail |
---|
void eventCaptured(Entry aEntry) throws DIException, RemoteException
aEntry
- The event object.
DIException
- If an error is encountered.
RemoteException
- if a communication-related exception occurs.void eventProcessed(Entry aEntry) throws DIException, RemoteException
aEntry
- The event objects after all processing completes.
DIException
- If an error is encountered.
RemoteException
- if a communication-related exception occurs.void eventHandlerTerminated() throws DIException, RemoteException
DIException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |