Class LdapBoundConnFactory

java.lang.Object
com.netscape.cmscore.ldapconn.LdapBoundConnFactory
All Implemented Interfaces:
ILdapConnFactory

public class LdapBoundConnFactory extends Object implements ILdapConnFactory
Factory for getting LDAP Connections to a LDAP server with the same LDAP authentication. Maintains a pool of connections to the LDAP server. CMS requests are processed on a multi threaded basis. A pool of connections then must be be maintained so this access to the Ldap server can be easily managed. The min and max size of this connection pool should be configurable. Once the maximum limit of connections is exceeded, the factory should provide proper synchronization to resolve contention issues. XXX not sure how useful this is given that LDAPConnection itself can be shared by multiple threads and cloned.