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

Packages that use SimulationConfig
com.ibm.di.config.base Provides classes that implement the Security Directory Integrator configuration model. 
com.ibm.di.config.interfaces Provides the interfaces for the Security Directory Integrator configuration model. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

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

Classes in com.ibm.di.config.base that implement SimulationConfig
 class SimulationConfigImpl
          This class is used to configure the AssemblyLine's simulation mode.
 

Methods in com.ibm.di.config.base that return SimulationConfig
 SimulationConfig AssemblyLineConfigImpl.getSimulationConfig()
          Retrieves the Simulation Configuration which corresponds to the AssemblyLine.
 

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

Methods in com.ibm.di.config.interfaces that return SimulationConfig
 SimulationConfig AssemblyLineConfig.getSimulationConfig()
          Retrieves the Simulation Configuration which corresponds to the AssemblyLine.
 

Uses of SimulationConfig in com.ibm.di.server
 

Methods in com.ibm.di.server that return SimulationConfig
 SimulationConfig AssemblyLine.getSimulationConfig()