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

Packages that use EventHandler
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
 

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

Methods in com.ibm.di.api.remote 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.remote.impl
 

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

Methods in com.ibm.di.api.remote.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)