Searched refs:_ldapPool (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMDataLayer.java54 * _ldapPool: destroy(), initial bind user, tunning for MIN and MAX initial
55 * settings etc 3. May choose to extend implementation of _ldapPool from
57 * _ldapPool may be implemented with a HashTable of (host,port) for multiple
71 private ConnectionFactory _ldapPool = null; field in class:SMDataLayer
101 if (_ldapPool == null)
104 debug.message("SMDataLayer:getConnection() - Invoking _ldapPool.getConnection()");
107 conn = _ldapPool.getConnection();
120 if (_ldapPool != null) {
121 _ldapPool.close();
123 _ldapPool
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMDataLayer.java54 * _ldapPool: destroy(), initial bind user, tunning for MIN and MAX initial
55 * settings etc 3. May choose to extend implementation of _ldapPool from
57 * _ldapPool may be implemented with a HashTable of (host,port) for multiple
71 private ConnectionFactory _ldapPool = null; field in class:SMDataLayer
101 if (_ldapPool == null)
104 debug.message("SMDataLayer:getConnection() - Invoking _ldapPool.getConnection()");
107 conn = _ldapPool.getConnection();
120 if (_ldapPool != null) {
121 _ldapPool.close();
123 _ldapPool
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java99 * _ldapPool: destroy(), initial bind user, tunning for MIN and MAX initial
100 * settings etc 3. May choose to extend implementation of _ldapPool from
102 * _ldapPool may be implemented with a HashTable of (host,port) for mulitple
297 if (_ldapPool == null)
301 debug.message("Invoking _ldapPool.getConnection()");
306 Connection conn = _ldapPool.getConnection();
1160 if (_ldapPool != null)
1201 _ldapPool = Connections.newCachedConnectionPool(
1209 if (_ldapPool != null) {
1210 _ldapPool
1264 static private ConnectionPool _ldapPool = null; field in class:DataLayer
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java99 * _ldapPool: destroy(), initial bind user, tunning for MIN and MAX initial
100 * settings etc 3. May choose to extend implementation of _ldapPool from
102 * _ldapPool may be implemented with a HashTable of (host,port) for mulitple
297 if (_ldapPool == null)
301 debug.message("Invoking _ldapPool.getConnection()");
306 Connection conn = _ldapPool.getConnection();
1160 if (_ldapPool != null)
1201 _ldapPool = Connections.newCachedConnectionPool(
1209 if (_ldapPool != null) {
1210 _ldapPool
1264 static private ConnectionPool _ldapPool = null; field in class:DataLayer
[all...]

Completed in 26 milliseconds