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

Packages that use LoopConfig
com.ibm.di.config.base Provides classes that implement the Security Directory Integrator configuration model. 
com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Directory Integrator configuration components. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

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

Classes in com.ibm.di.config.base that implement LoopConfig
 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
 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
LoopComponent(AssemblyLine parent, java.lang.String name, LoopConfig config)
          Constructor for the LoopComponent object