Searched defs:ClientId (Results 1 - 1 of 1) 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...]

Completed in 29 milliseconds