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

Packages that use CallParamConfig
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. 
 

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

Classes in com.ibm.di.config.base that implement CallParamConfig
 class CallParamConfigImpl
          Deprecated.  
 

Methods in com.ibm.di.config.base that return CallParamConfig
 CallParamConfig CallConfigImpl.getCallParameter(Object name)
          Deprecated. Gets a named CallParamConfig object
 CallParamConfig CallConfigImpl.newCallParameter(Object name)
          Deprecated. Creates a new CallParamConfig and adds it to this configuration.
 

Methods in com.ibm.di.config.base with parameters of type CallParamConfig
 void CallConfigImpl.removeCallParameter(CallParamConfig param)
          Deprecated. Removes a CallParamConfig object from this config.
 void CallConfigImpl.setCallParameter(CallParamConfig param)
          Deprecated. Sets a name CallParamConfig object
 

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

Methods in com.ibm.di.config.interfaces that return CallParamConfig
 CallParamConfig CallConfig.getCallParameter(Object name)
          Deprecated. Gets a named CallParamConfig object
 CallParamConfig CallConfig.newCallParameter(Object name)
          Deprecated. Creates a new CallParamConfig and adds it to this configuration.
 

Methods in com.ibm.di.config.interfaces with parameters of type CallParamConfig
 void CallConfig.removeCallParameter(CallParamConfig param)
          Deprecated. Removes a CallParamConfig object from this config.
 void CallConfig.setCallParameter(CallParamConfig param)
          Deprecated. Sets a name CallParamConfig object