com.ibm.di.api.jmx
Class JMXServerAPIListener

java.lang.Object
  extended by com.ibm.di.api.jmx.JMXServerAPIListener
All Implemented Interfaces:
DIEventListener, EventListener

public class JMXServerAPIListener
extends Object
implements DIEventListener


Method Summary
 void handleEvent(DIEvent aEvent)
          Handles a specified event.
static void intializeListener(Session aLocalSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.