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

Packages that use ReconnectRuleConfig
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 ReconnectRuleConfig in com.ibm.di.config.base
 

Classes in com.ibm.di.config.base that implement ReconnectRuleConfig
 class ReconnectRuleConfigImpl
          This class implements reconnect rule configuration methods.
 

Methods in com.ibm.di.config.base that return ReconnectRuleConfig
 ReconnectRuleConfig ReconnectConfigImpl.newReconnectRule()
          Create a new reconnect rule and add it to the internal container.
 

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

Methods in com.ibm.di.config.interfaces that return ReconnectRuleConfig
 ReconnectRuleConfig ReconnectConfig.newReconnectRule()
          Create a new reconnect rule and add it to the internal container.