Uses of Interface
com.ibm.di.server.BindAddressPolicy

Packages that use BindAddressPolicy
com.ibm.di.api.remote.impl.rmi Provides classes for managing the the remote access through RMI. 
com.ibm.di.server Provides classes for the Security Directory Integrator core engine. 
 

Uses of BindAddressPolicy in com.ibm.di.api.remote.impl.rmi
 

Constructors in com.ibm.di.api.remote.impl.rmi with parameters of type BindAddressPolicy
RMISocketFactory(java.util.Vector<java.lang.String> aHosts, BindAddressPolicy bindAddrPol)
          Constructor with two parameters.
SSLRMIServerSocketFactory(BindAddressPolicy bindAddrPol)
          Creates SSLRMIServerSocketFactory object.
SSLRMIServerSocketFactory(boolean aUseCustomSecuritySettings, BindAddressPolicy bindAddrPol)
          Creates SSLRMIServerSocketFactory object with specified or not use of custom settings.
SSLRMIServerSocketFactory(boolean aUseCustomSecuritySettings, boolean isTDIServerSide, BindAddressPolicy bindAddrPol)
          Creates SSLRMIServerSocketFactory object with specified or not use of custom settings and stash.
 

Uses of BindAddressPolicy in com.ibm.di.server
 

Classes in com.ibm.di.server that implement BindAddressPolicy
 class BindAddressPolicyImpl
          This class takes responsibility for providing information about default.
 

Constructors in com.ibm.di.server with parameters of type BindAddressPolicy
ServerSocketFactoryEX(BindAddressPolicy aBindAddrPolicy, boolean isSSLon)
          Constructor.