Uses of Interface
com.ibm.di.config.interfaces.EventHandlerConfig

Packages that use EventHandlerConfig
com.ibm.di.admin   
com.ibm.di.admin.ui   
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote   
com.ibm.di.api.remote.impl   
com.ibm.di.config.base   
com.ibm.di.config.interfaces   
com.ibm.di.config.xml   
com.ibm.di.eventhandler   
com.ibm.di.function   
com.ibm.di.server   
 

Uses of EventHandlerConfig in com.ibm.di.admin
 

Methods in com.ibm.di.admin that return EventHandlerConfig
 EventHandlerConfig RSInterfaceProxy.getTrigger(String name)
          Returns the "EventHandler" entry
 

Uses of EventHandlerConfig in com.ibm.di.admin.ui
 

Methods in com.ibm.di.admin.ui that return EventHandlerConfig
static EventHandlerConfig Util.createInheritedEventHandler(EventHandlerConfig config)
           
static EventHandlerConfig Util.createInheritedEventHandler(MetamergeConfig referent, EventHandlerConfig config)
           
protected  EventHandlerConfig EventHandlerUI.getEventHandlerConfig()
           
static EventHandlerConfig Util.newEventHandler(MetamergeConfig mc)
           
 

Methods in com.ibm.di.admin.ui with parameters of type EventHandlerConfig
static EventHandlerConfig Util.createInheritedEventHandler(EventHandlerConfig config)
           
static EventHandlerConfig Util.createInheritedEventHandler(MetamergeConfig referent, EventHandlerConfig config)
           
 

Constructors in com.ibm.di.admin.ui with parameters of type EventHandlerConfig
EventHandlerActionUI.ActionListModel(EventHandlerConfig config)
           
EventHandlerActionUI(EventHandlerConfig config)
           
EventHandlerHooksUI(EventHandlerConfig config)
           
 

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

Methods in com.ibm.di.api.jmx.mbeans that return EventHandlerConfig
 EventHandlerConfig EventHandlerMBean.getConfig()
          Returns configuration information about the EventHandler.
 EventHandlerConfig EventHandler.getConfig()
           
 

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

Methods in com.ibm.di.api.local that return EventHandlerConfig
 EventHandlerConfig EventHandler.getConfig()
          Returns configuration information about the EventHandler.
 

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

Methods in com.ibm.di.api.local.impl that return EventHandlerConfig
 EventHandlerConfig EventHandlerImpl.getConfig()
           
 

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

Methods in com.ibm.di.api.remote that return EventHandlerConfig
 EventHandlerConfig EventHandler.getConfig()
          Returns configuration information about the EventHandler.
 

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

Methods in com.ibm.di.api.remote.impl that return EventHandlerConfig
 EventHandlerConfig EventHandlerImpl.getConfig()
           
 

Uses of EventHandlerConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement EventHandlerConfig
 class EventHandlerConfigImpl
           
 

Methods in com.ibm.di.config.base that return EventHandlerConfig
 EventHandlerConfig MetamergeConfigImpl.getEventHandler(Object name)
           
 

Uses of EventHandlerConfig in com.ibm.di.config.interfaces
 

Methods in com.ibm.di.config.interfaces that return EventHandlerConfig
 EventHandlerConfig MetamergeConfig.getEventHandler(Object name)
          Returns the EventHandlerConfig object for the named eventhandler.
 

Uses of EventHandlerConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type EventHandlerConfig
 void EventHandlerFactory.getAction(EventHandlerConfig ec, Element elem)
           
 void EventHandlerFactory.getActions(EventHandlerConfig ec, Element elem)
           
 void EventHandlerFactory.getAttributeMap(Element elem, EventHandlerConfig config)
           
 void EventHandlerFactory.getAttributeMaps(Element elem, EventHandlerConfig config)
           
 void EventHandlerFactory.setActions(EventHandlerConfig ec, Element elem)
           
 void EventHandlerFactory.setAttributeMaps(Element elem, EventHandlerConfig cc)
           
 

Uses of EventHandlerConfig in com.ibm.di.eventhandler
 

Methods in com.ibm.di.eventhandler that return EventHandlerConfig
 EventHandlerConfig Switchboard.getConfiguration()
           
 

Methods in com.ibm.di.eventhandler with parameters of type EventHandlerConfig
 void Switchboard.setConfiguration(EventHandlerConfig config)
           
 

Uses of EventHandlerConfig in com.ibm.di.function
 

Methods in com.ibm.di.function with parameters of type EventHandlerConfig
static Object SystemFunctions.getEventHandler(EventHandlerConfig config)
           
 

Uses of EventHandlerConfig in com.ibm.di.server
 

Methods in com.ibm.di.server that return EventHandlerConfig
 EventHandlerConfig RSInterface.getTrigger(String name)
          Returns the "EventHandler" entry
 EventHandlerConfig RS.getTrigger(String name)
          Returns the "EventHandler" entry