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

Packages that use BranchingConfig
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.server Provides classes for the Tivoli Directory Integrator core engine. 
 

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

Classes in com.ibm.di.config.base that implement BranchingConfig
 class BranchingConfigImpl
          Implements the configuration of a component used to branch the business logic
 class LoopConfigImpl
          Implements the configuration for a Loop Component in an AssemblyLine.
 

Uses of BranchingConfig in com.ibm.di.config.interfaces
 

Subinterfaces of BranchingConfig in com.ibm.di.config.interfaces
 interface LoopConfig
          Configuration for a Loop Component in an AssemblyLine.
 

Uses of BranchingConfig in com.ibm.di.config.xml
 

Methods in com.ibm.di.config.xml with parameters of type BranchingConfig
 void BranchingFactory.build(BranchingConfig config, Element elem)
          Generate a XML Branch Condition element from a configuration object.
 void BranchingFactory.parse(BranchingConfig config, Element elem)
          Parse a XML Branch element into a configuration object.
 

Uses of BranchingConfig in com.ibm.di.server
 

Fields in com.ibm.di.server declared as BranchingConfig
protected  BranchingConfig BranchingComponent.branchingConfig
          The configuration
 

Constructors in com.ibm.di.server with parameters of type BranchingConfig
BranchingComponent(AssemblyLine parent, String name, BranchingConfig config)
          Constructor for the BranchingComponent object
SwitchComponent(AssemblyLine parent, String name, BranchingConfig config)
          Constructor for the BranchingComponent object