com.ibm.di.api.jmx.mbeans
Class EventHandlerListenerBase
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.ibm.di.api.jmx.mbeans.EventHandlerListenerBase
- All Implemented Interfaces:
- EventHandlerListener, LogListener, Serializable, Remote, EventListener
public class EventHandlerListenerBase
- extends UnicastRemoteObject
- implements EventHandlerListener
- See Also:
- Serialized Form
eventCaptured
public void eventCaptured(Entry aEntry)
throws DIException,
RemoteException
- 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.
RemoteException - if a communication-related exception occurs.
eventProcessed
public void eventProcessed(Entry aEntry)
throws DIException,
RemoteException
- 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.
RemoteException - if a communication-related exception occurs.
eventHandlerTerminated
public void eventHandlerTerminated()
throws DIException,
RemoteException
- Specified by:
eventHandlerTerminated in interface EventHandlerListener
- Throws:
DIException
RemoteException
messageLogged
public void messageLogged(String aMessage)
throws DIException,
RemoteException
- Specified by:
messageLogged in interface LogListener
- Throws:
DIException
RemoteException
createInstance
public static EventHandlerListenerBase createInstance(EventHandlerListener aListener,
boolean aSSLon)
throws Exception
- Throws:
Exception
createInstance
public static EventHandlerListenerBase createInstance(EventHandlerListener aListener)
throws Exception
- Throws:
Exception
createInstance
public static EventHandlerListenerBase createInstance(EventHandlerListener aListener,
boolean aSSLon,
boolean aUseCustomProperties)
throws Exception
- Throws:
Exception