public class PooledLDAPConnection
extends com.novell.ldap.LDAPConnection
LDAPConnection that attempts to return
objects to the pool if someone just drops them out of scope.PoolingLdapConnectionManager,
PooledLDAPConnectionFactory| Constructor and Description |
|---|
PooledLDAPConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(int i,
String s,
byte[] abyte0) |
void |
bind(int i,
String s,
byte[] abyte0,
com.novell.ldap.LDAPConstraints ldapconstraints) |
com.novell.ldap.LDAPResponseQueue |
bind(int i,
String s,
byte[] abyte0,
com.novell.ldap.LDAPResponseQueue ldapresponsequeue) |
com.novell.ldap.LDAPResponseQueue |
bind(int i,
String s,
byte[] abyte0,
com.novell.ldap.LDAPResponseQueue ldapresponsequeue,
com.novell.ldap.LDAPConstraints ldapconstraints) |
void |
bind(int i,
String s,
String s1) |
void |
bind(int i,
String s,
String s1,
com.novell.ldap.LDAPConstraints ldapconstraints) |
void |
bind(String s,
String s1) |
void |
bind(String s,
String s1,
com.novell.ldap.LDAPConstraints ldapconstraints) |
void |
bind(String s,
String s1,
Map map,
Object obj) |
void |
bind(String s,
String s1,
Map map,
Object obj,
com.novell.ldap.LDAPConstraints ldapconstraints) |
void |
bind(String s,
String s1,
String[] as,
Map map,
Object obj) |
void |
bind(String s,
String s1,
String[] as,
Map map,
Object obj,
com.novell.ldap.LDAPConstraints ldapconstraints) |
protected void |
finalize()
protect against pooled connections leaking out of the pool
|
long |
getBirthdate() |
LdapConnectionManager |
getConnectionManager() |
boolean |
isActive() |
boolean |
isBindAttempted() |
void |
setActive(boolean active) |
void |
setBindAttempted(boolean bindAttempted) |
void |
setConnectionManager(LdapConnectionManager connectionManager) |
abandon, abandon, abandon, abandon, abandon, abandon, add, add, add, add, addUnsolicitedNotificationListener, clone, compare, compare, compare, compare, connect, delete, delete, delete, delete, disconnect, disconnect, extendedOperation, extendedOperation, extendedOperation, extendedOperation, fetchSchema, getAuthenticationDN, getAuthenticationMethod, getConstraints, getHost, getPort, getProperty, getProtocolVersion, getResponseControls, getSaslBindCallbackHandler, getSaslBindProperties, getSchemaDN, getSchemaDN, getSearchConstraints, getSocketFactory, getSocketTimeOut, isBound, isConnected, isConnectionAlive, isTLS, makeExtendedOperation, modify, modify, modify, modify, modify, modify, modify, modify, read, read, read, read, read, read, removeUnsolicitedNotificationListener, rename, rename, rename, rename, rename, rename, rename, rename, search, search, search, search, search, search, sendRequest, sendRequest, setConstraints, setSocketFactory, setSocketTimeOut, startTLS, stopTLSprotected void finalize()
throws com.novell.ldap.LDAPException
finalize in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(int i,
String s,
byte[] abyte0,
com.novell.ldap.LDAPConstraints ldapconstraints)
throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic com.novell.ldap.LDAPResponseQueue bind(int i,
String s,
byte[] abyte0,
com.novell.ldap.LDAPResponseQueue ldapresponsequeue,
com.novell.ldap.LDAPConstraints ldapconstraints)
throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic com.novell.ldap.LDAPResponseQueue bind(int i,
String s,
byte[] abyte0,
com.novell.ldap.LDAPResponseQueue ldapresponsequeue)
throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(int i,
String s,
byte[] abyte0)
throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(int i,
String s,
String s1,
com.novell.ldap.LDAPConstraints ldapconstraints)
throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(int i,
String s,
String s1)
throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(String s, String s1, com.novell.ldap.LDAPConstraints ldapconstraints) throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(String s, String s1, Map map, Object obj, com.novell.ldap.LDAPConstraints ldapconstraints) throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(String s, String s1, Map map, Object obj) throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(String s, String s1, String[] as, Map map, Object obj, com.novell.ldap.LDAPConstraints ldapconstraints) throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(String s, String s1, String[] as, Map map, Object obj) throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic void bind(String s, String s1) throws com.novell.ldap.LDAPException
bind in class com.novell.ldap.LDAPConnectioncom.novell.ldap.LDAPExceptionpublic boolean isActive()
public void setActive(boolean active)
public boolean isBindAttempted()
public void setBindAttempted(boolean bindAttempted)
public LdapConnectionManager getConnectionManager()
public void setConnectionManager(LdapConnectionManager connectionManager)
public long getBirthdate()
Copyright © 2003–2022 Sakai Project. All rights reserved.