com.ibm.di.api.jmx
Class JMXServerAPIListener
java.lang.Object
com.ibm.di.api.jmx.JMXServerAPIListener
- All Implemented Interfaces:
- DIEventListener, EventListener
public class JMXServerAPIListener
- extends Object
- implements DIEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intializeListener
public static void intializeListener(Session aLocalSession)
throws DIException
- Throws:
DIException
handleEvent
public void handleEvent(DIEvent aEvent)
throws DIException
- 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.