Searched refs:getRootURLContext (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLDirContext.java41 * A subclass must define getRootURLContext()
76 ResolveResult res = getRootURLContext(name, myEnv);
100 ResolveResult res = getRootURLContext(name, myEnv);
125 ResolveResult res = getRootURLContext(name, myEnv);
150 ResolveResult res = getRootURLContext(name, myEnv);
175 ResolveResult res = getRootURLContext(name, myEnv);
200 ResolveResult res = getRootURLContext(name, myEnv);
225 ResolveResult res = getRootURLContext(name, myEnv);
249 ResolveResult res = getRootURLContext(name, myEnv);
269 ResolveResult res = getRootURLContext(nam
[all...]
H A DGenericURLContext.java42 * A subclass must define getRootURLContext()
74 * getRootURLContext(), getURLPrefix(), and getURLSuffix()
77 abstract protected ResolveResult getRootURLContext(String url, method in class:GenericURLContext
82 * that of calling getRootURLContext().getRemainingName(), but
96 * getRootURLContext(), getURLPrefix(), and getURLSuffix()
106 * Remember, the behavior must match getRootURLContext().
139 * getRootURLContext(), getURLPrefix(), and getURLSuffix()
200 ResolveResult res = getRootURLContext(name, myEnv);
223 ResolveResult res = getRootURLContext(name, myEnv);
246 ResolveResult res = getRootURLContext(nam
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/dns/
H A DdnsURLContext.java57 protected ResolveResult getRootURLContext(String url, Hashtable env) method in class:dnsURLContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/iiop/
H A DiiopURLContext.java59 protected ResolveResult getRootURLContext(String name, Hashtable env) method in class:iiopURLContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/rmi/
H A DrmiURLContext.java60 protected ResolveResult getRootURLContext(String url, Hashtable env) method in class:rmiURLContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContext.java59 protected ResolveResult getRootURLContext(String name, Hashtable env) method in class:ldapURLContext
567 ResolveResult res = getRootURLContext(name, myEnv);

Completed in 42 milliseconds