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

This is a JMX Listener for Server API events.


Method Summary
 void handleEvent(DIEvent aEvent)
          Handles a specified event.
static void intializeListener(Session aLocalSession)
          Initializes the listener.
 
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
Initializes the listener.

Parameters:
aLocalSession - the local session
Throws:
DIException - if an error occurs while initializing the listener.

handleEvent

public void handleEvent(DIEvent aEvent)
                 throws DIException
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.