Uses of Class
com.ibm.di.eventhandler.Switchboard

Packages that use Switchboard
com.ibm.di.api   
com.ibm.di.api.local.impl   
com.ibm.di.eventhandler   
com.ibm.di.server   
 

Uses of Switchboard in com.ibm.di.api
 

Methods in com.ibm.di.api with parameters of type Switchboard
 void ProcessRegistry.eventHandlerStarted(Switchboard aEventHandler)
           
static void APIEngine.eventHandlerStarted(Switchboard aEventHandler)
          This is a notification method, that notifies the engine that the specified Event Handler has been started.
 void ProcessRegistry.eventHandlerTerminated(Switchboard aEventHandler)
           
static void APIEngine.eventHandlerTerminated(Switchboard aEventHandler)
          This is a notification method, that notifies the engine that the specified Event Handler has been terminated.
 

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

Methods in com.ibm.di.api.local.impl with parameters of type Switchboard
static String EventHandlerImpl.genGUID(Switchboard aSwitchboard)
           
 

Constructors in com.ibm.di.api.local.impl with parameters of type Switchboard
EventHandlerImpl(Switchboard aSwitchboard, ConfigInstanceImpl aConfigInstance, SessionImpl aSession)
           
 

Uses of Switchboard in com.ibm.di.eventhandler
 

Subclasses of Switchboard in com.ibm.di.eventhandler
 class ADLDAPSwitchboard
          The class ADLDAPSwitchboard represents the Active Directory EventHandler.
 class ConnectorSwitchboard
           
 class DSMLv2EventHandler
           
 class ExchangeLDAPSwitchboard
           
 class HTTPSwitchboard
           
 class IBMLDAPSwitchboard
           
 class LDAPServerEventHandler
           
 class LDAPSwitchboard
           
 class MailboxSwitchboard
           
 class SNMPEventHandler
           
 class TCPSwitchboard
           
 class zOSLDAPSwitchboard
           
 

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

Methods in com.ibm.di.eventhandler with parameters of type Switchboard
 Entry SwitchboardInterceptor.interceptorEvent(Switchboard source, int operation, Entry event)
          Called by the EventHandler on receipt of an event
 

Constructors in com.ibm.di.eventhandler with parameters of type Switchboard
Switchboard(Switchboard server)
           
SwitchboardAction(Switchboard task, EventHandlerActionConfig config)
           
 

Uses of Switchboard in com.ibm.di.server
 

Methods in com.ibm.di.server that return Switchboard
 Switchboard AssemblyLine.getEventHandler()