Uses of Interface
com.ibm.di.config.interfaces.LoopConfig
-
Packages that use LoopConfig Package Description com.ibm.di.config.base Provides classes that implement 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.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of LoopConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement LoopConfig Modifier and Type Class Description class
LoopConfigImpl
Implements the configuration for a Loop Component in an AssemblyLine. -
Uses of LoopConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type LoopConfig Modifier and Type Method Description void
LoopFactory. build(LoopConfig config, org.w3c.dom.Element elem)
void
LoopFactory. parse(LoopConfig config, org.w3c.dom.Element elem)
-
Uses of LoopConfig in com.ibm.di.server
Constructors in com.ibm.di.server with parameters of type LoopConfig Constructor Description LoopComponent(AssemblyLine parent, java.lang.String name, LoopConfig config)
Constructor for the LoopComponent object
-