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

Packages that use HooksConfig
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Tivoli Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Tivoli Directory Integrator configuration components. 
com.ibm.di.server Provides classes for the Tivoli Directory Integrator core engine. 
com.ibm.di.util Provides utility classes for the Tivoli Directory Integrator. 
 

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

Classes in com.ibm.di.config.base that implement HooksConfig
 class HooksConfigImpl
          Implements the configuration for all the Hooks e.g.
 

Methods in com.ibm.di.config.base that return HooksConfig
 HooksConfig ConnectorConfigImpl.getHooks()
          Hooks
 HooksConfig AssemblyLineConfigImpl.getHooks()
          Returns the AssemblyLine's HooksConfig
 

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

Methods in com.ibm.di.config.interfaces that return HooksConfig
 HooksConfig ConnectorConfig.getHooks()
          Hooks
 HooksConfig AssemblyLineConfig.getHooks()
          Returns the AssemblyLine's HooksConfig
 

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

Methods in com.ibm.di.config.xml with parameters of type HooksConfig
 void HookFactory.getHookItem(Element elem, HooksConfig config)
           
 

Uses of HooksConfig in com.ibm.di.server
 

Methods in com.ibm.di.server with parameters of type HooksConfig
 void AttributeMapping.loadEventMap(HooksConfig map)
           
 

Uses of HooksConfig in com.ibm.di.util
 

Methods in com.ibm.di.util that return HooksConfig
 HooksConfig HookTree.getHooksConfig()
          Return the HooksConfig used by this HookTree.
 

Methods in com.ibm.di.util with parameters of type HooksConfig
static HookTree HookTree.getHookTree(HooksConfig hc)
          Return a new HookTree for a HooksConfig.