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 classHookConfigImplThis 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 HookConfigAssemblyLineConfigImpl. getHook(java.lang.String name)Returns a specific HookConfigHookConfigHooksConfigImpl. getHook(java.lang.Object o)HookConfigHooksConfigImpl. getHook(java.lang.Object name, boolean create)Returns a hook or optionally creates itHookConfigSimulationConfigImpl. 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 voidHooksConfigImpl. 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 HookConfigAssemblyLineConfig. getHook(java.lang.String name)Returns a specific HookConfigHookConfigHooksConfig. getHook(java.lang.Object name)HookConfigHooksConfig. getHook(java.lang.Object name, boolean create)Returns null if hook is undefined and create=false.HookConfigSimulationConfig. getHook(java.lang.String name)Return the simulation hook config object for the specified bynamecomponentMethods 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 voidHooksConfig. 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 voidHookFactory. 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 HookConfigHookTree. 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.StringHookTree. getHookLabel(HookConfig hc)Return a user friendly label for the given HookConfig.
-