com.ibm.di.api.remote.impl
Class DIEventListenerBase
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.ibm.di.api.remote.impl.DIEventListenerBase
- All Implemented Interfaces:
- DIEventListener, Serializable, Remote, EventListener
public class DIEventListenerBase
- extends UnicastRemoteObject
- implements DIEventListener
- See Also:
- Serialized Form
handleEvent
public void handleEvent(DIEvent aEvent)
throws DIException,
RemoteException
- Description copied from interface:
DIEventListener
- Handles a specified event.
- Specified by:
handleEvent in interface DIEventListener
- Parameters:
aEvent - the event which needs to be handled.
- Throws:
DIException - if an error occurs while trying to handle the event.
RemoteException - if a communication-related exception occurs.
createInstance
public static DIEventListenerBase createInstance(DIEventListener aListener,
boolean aSSLon)
throws Exception,
RemoteException
- Throws:
Exception
RemoteException
createInstance
public static DIEventListenerBase createInstance(DIEventListener aListener)
throws Exception,
RemoteException
- Throws:
Exception
RemoteException
createInstance
public static DIEventListenerBase createInstance(DIEventListener aListener,
boolean aSSLon,
boolean aUseCustomProperties)
throws Exception,
RemoteException
- Throws:
Exception
RemoteException