Searched refs:ClientId (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DClientId.java43 * All other identity classes must be a subclass of ClientId.
55 class ClientId { class
71 ClientId(int version, String hostname, int port, String protocol, method in class:ClientId
97 System.out.println("ClientId received an exception");
117 if (!(obj instanceof ClientId)) {
121 ClientId other = (ClientId)obj;
174 private boolean equalsSockFactory(ClientId other) {
187 private boolean invokeComparator(ClientId c1, ClientId c
[all...]
H A DSimpleClientId.java34 * In addition to ClientId information, this class contains also the
39 class SimpleClientId extends ClientId {
H A DLdapPoolManager.java300 ClientId id = null;
311 id = new ClientId(version, host, port, protocol,

Completed in 30 milliseconds