Uses of Interface
com.ibm.di.config.interfaces.ReconnectRuleConfig
-
Packages that use ReconnectRuleConfig Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model. -
-
Uses of ReconnectRuleConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ReconnectRuleConfig Modifier and Type Class Description class
ReconnectRuleConfigImpl
This class implements reconnect rule configuration methods.Methods in com.ibm.di.config.base that return ReconnectRuleConfig Modifier and Type Method Description 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 Modifier and Type Method Description ReconnectRuleConfig
ReconnectConfig. newReconnectRule()
Create a new reconnect rule and add it to the internal container.
-