|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.Object o)
|
HookConfig |
HooksConfigImpl.getHook(java.lang.Object name,
boolean create)
Returns a hook or optionally creates it |
HookConfig |
SimulationConfigImpl.getHook(java.lang.String name)
|
HookConfig |
AssemblyLineConfigImpl.getHook(java.lang.String name)
Returns a specific HookConfig |
Methods in com.ibm.di.config.base that return types with arguments of type HookConfig | |
---|---|
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 | |
---|---|
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(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 by name component |
HookConfig |
AssemblyLineConfig.getHook(java.lang.String name)
Returns a specific HookConfig |
Methods in com.ibm.di.config.interfaces that return types with arguments of type HookConfig | |
---|---|
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 | |
---|---|
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(org.w3c.dom.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 java.lang.String |
HookTree.getHookLabel(HookConfig hc)
Return a user friendly label for the given HookConfig. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |