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

Packages that use HookConfig
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.util Provides utility classes for the Tivoli Directory Integrator. 
 

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

Classes in com.ibm.di.config.base that implement HookConfig
 class HookConfigImpl
          This is the implementation class for the configuration of a single Hook.
 

Methods in com.ibm.di.config.base that return HookConfig
 HookConfig HooksConfigImpl.getHook(Object o)
           
 HookConfig HooksConfigImpl.getHook(Object name, boolean create)
          Returns a hook or optionally creates it
 HookConfig SimulationConfigImpl.getHook(String name)
           
 HookConfig AssemblyLineConfigImpl.getHook(String name)
          Returns a specific HookConfig
 

Methods in com.ibm.di.config.base that return types with arguments of type HookConfig
 ArrayList<HookConfig> HooksConfigImpl.getActiveHooks()
          Returns a list of enabled hooks for this configuration.
 

Methods in com.ibm.di.config.base with parameters of type HookConfig
 void HooksConfigImpl.setHook(HookConfig hook)
           
 

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

Methods in com.ibm.di.config.interfaces that return HookConfig
 HookConfig HooksConfig.getHook(Object name)
           
 HookConfig HooksConfig.getHook(Object name, boolean create)
          Returns null if hook is undefined and create=false.
 HookConfig SimulationConfig.getHook(String name)
          Return the simulation hook config object for the specified by name component
 HookConfig AssemblyLineConfig.getHook(String name)
          Returns a specific HookConfig
 

Methods in com.ibm.di.config.interfaces that return types with arguments of type HookConfig
 ArrayList<HookConfig> HooksConfig.getActiveHooks()
          Returns a list of defined hooks for this configuration.
 

Methods in com.ibm.di.config.interfaces with parameters of type HookConfig
 void HooksConfig.setHook(HookConfig hook)
           
 

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

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

Uses of HookConfig in com.ibm.di.util
 

Methods in com.ibm.di.util that return HookConfig
 HookConfig HookTree.getHookConfig(boolean create)
          Return the HookConfig using the name of this HookTree.
 

Methods in com.ibm.di.util with parameters of type HookConfig
static String HookTree.getHookLabel(HookConfig hc)
          Return a user friendly label for the given HookConfig.