com.ibm.di.api.remote.impl
Class EventHandlerListenerAdapter
java.lang.Object
com.ibm.di.api.remote.impl.EventHandlerListenerAdapter
- All Implemented Interfaces:
- EventHandlerListener, LogListener, EventListener
public class EventHandlerListenerAdapter
- extends Object
- implements EventHandlerListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHandlerListenerAdapter
public EventHandlerListenerAdapter(EventHandlerListener aListener)
throws DIException
- Throws:
DIException
eventCaptured
public void eventCaptured(Entry aEntry)
throws DIException
- Description copied from interface:
EventHandlerListener
- Called right after the EventHandler captures an event and maps it to an Entry object.
- Specified by:
eventCaptured in interface EventHandlerListener
- Parameters:
aEntry - The event object.
- Throws:
DIException - If an error is encountered.
eventProcessed
public void eventProcessed(Entry aEntry)
throws DIException
- Description copied from interface:
EventHandlerListener
- If the captured event is further processed (Action Map or EventHandler's custom
embedded logic), this method is called after the processing completes.
- Specified by:
eventProcessed in interface EventHandlerListener
- Parameters:
aEntry - The event objects after all processing completes.
- Throws:
DIException - If an error is encountered.
eventHandlerTerminated
public void eventHandlerTerminated()
throws DIException
- Specified by:
eventHandlerTerminated in interface EventHandlerListener
- Throws:
DIException
messageLogged
public void messageLogged(String aMessage)
throws DIException
- Specified by:
messageLogged in interface LogListener
- Throws:
DIException