Uses of Interface
com.ibm.di.config.interfaces.HookConfig
-
Packages that use HookConfig Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of HookConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement HookConfig Modifier and Type Class Description class
HookConfigImpl
This is the implementation class for the configuration of a single Hook.Methods in com.ibm.di.config.base that return HookConfig Modifier and Type Method Description HookConfig
AssemblyLineConfigImpl. getHook(java.lang.String name)
Returns a specific HookConfigHookConfig
HooksConfigImpl. getHook(java.lang.Object o)
HookConfig
HooksConfigImpl. getHook(java.lang.Object name, boolean create)
Returns a hook or optionally creates itHookConfig
SimulationConfigImpl. getHook(java.lang.String name)
Methods in com.ibm.di.config.base that return types with arguments of type HookConfig Modifier and Type Method Description java.util.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 Modifier and Type Method Description void
HooksConfigImpl. setHook(HookConfig hook)
-
Uses of HookConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return HookConfig Modifier and Type Method Description HookConfig
AssemblyLineConfig. getHook(java.lang.String name)
Returns a specific HookConfigHookConfig
HooksConfig. getHook(java.lang.Object name)
HookConfig
HooksConfig. getHook(java.lang.Object name, boolean create)
Returns null if hook is undefined and create=false.HookConfig
SimulationConfig. getHook(java.lang.String name)
Return the simulation hook config object for the specified byname
componentMethods in com.ibm.di.config.interfaces that return types with arguments of type HookConfig Modifier and Type Method Description java.util.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
HookFactory. setHookItem(org.w3c.dom.Element elem, HookConfig config)
-
Uses of HookConfig in com.ibm.di.util
Methods in com.ibm.di.util that return HookConfig Modifier and Type Method Description 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 Modifier and Type Method Description static java.lang.String
HookTree. getHookLabel(HookConfig hc)
Return a user friendly label for the given HookConfig.
-