Searched defs:LdapClient (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java56 * Multiple LdapCtx might share the same LdapClient. For example, contexts
57 * derived from the same initial context would share the same LdapClient
58 * until changes to a context's properties necessitates its own LdapClient.
59 * LdapClient methods that access shared data are thread-safe (i.e., caller
65 * read access from outside LdapClient not sync
66 * referenceCount - sync within LdapClient; exception is forceClose() which
69 * access from outside LdapClient must sync;
78 public final class LdapClient implements PooledConnection { class in inherits:PooledConnection
130 LdapClient(String host, int port, String socketFactory, method in class:LdapClient
135 System.err.println("LdapClient
[all...]

Completed in 56 milliseconds