Uses of Interface
com.ibm.di.api.local.EventHandler

Packages that use EventHandler
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote.impl   
 

Uses of EventHandler in com.ibm.di.api.jmx.mbeans
 

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type EventHandler
EventHandler(EventHandler aEventHandler)
           
 

Uses of EventHandler in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return EventHandler
 EventHandler[] Session.getEventHandlers()
          Returns started EventHandlers corresponding to the currently started configurations.
 EventHandler[] ConfigInstance.getEventHandlers()
          Returns currently started EventHandlers of the configuration instance.
 EventHandler ConfigInstance.startEventHandler(String aEventHandlerName)
          Starts the specified EventHandler asynchronously.
 EventHandler ConfigInstance.startEventHandler(String aEventHandlerName, boolean aSync)
          Starts the specified EventHandler.
 EventHandler ConfigInstance.startEventHandler(String aEventHandlerName, EventHandlerListener aListener, boolean aGetLogs, boolean aRecordEvents)
          Starts the specified EventHandler asynchronously.
 EventHandler ConfigInstance.startEventHandler(String aEventHandlerName, EventHandlerListener aListener, boolean aGetLogs, boolean aRecordEvents, boolean aSync)
          Starts the specified EventHandler.
 

Uses of EventHandler in com.ibm.di.api.local.impl
 

Classes in com.ibm.di.api.local.impl that implement EventHandler
 class EventHandlerImpl
           
 

Methods in com.ibm.di.api.local.impl that return EventHandler
 EventHandler[] SessionImpl.getEventHandlers()
           
 EventHandler[] ConfigInstanceImpl.getEventHandlers()
           
 EventHandler ConfigInstanceImpl.startEventHandler(String aEventHandlerName)
           
 EventHandler ConfigInstanceImpl.startEventHandler(String aEventHandlerName, boolean aSync)
           
 EventHandler ConfigInstanceImpl.startEventHandler(String aEventHandlerName, EventHandlerListener aListener, boolean aGetLogs, boolean aRecordEvents)
           
 EventHandler ConfigInstanceImpl.startEventHandler(String aEventHandlerName, EventHandlerListener aListener, boolean aGetLogs, boolean aRecordEvents, boolean aSync)
           
 

Uses of EventHandler in com.ibm.di.api.remote.impl
 

Methods in com.ibm.di.api.remote.impl with parameters of type EventHandler
static EventHandlerImpl EventHandlerImpl.createInstance(EventHandler aLocalEventHandler, SessionImpl aSession)