Searched refs:RegistryContext (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/com/sun/jndi/rmi/registry/RegistryContext/
H A DContextWithNullProperties.java27 * @summary RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
33 import com.sun.jndi.rmi.registry.RegistryContext;
43 RegistryContext ctx = new RegistryContext(null, registryPort, null);
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContextFactory.java81 * returns something other than a RegistryContext (which
86 * RegistryContext, then it still goes through
87 * GenericURLContext, which calls RegistryContext.lookup()
91 if (obj instanceof RegistryContext) {
92 RegistryContext ctx = (RegistryContext)obj;
H A DRegistryContext.java41 * A RegistryContext is a context representing a remote RMI registry.
47 public class RegistryContext implements Context, Referenceable { class in inherits:Context,Referenceable
70 public RegistryContext(String host, int port, Hashtable env) method in class:RegistryContext
96 RegistryContext(RegistryContext ctx) { method in class:RegistryContext
110 return (new RegistryContext(this));
134 "RegistryContext: Cannot bind empty name"));
154 "RegistryContext: Cannot rebind empty name"));
170 "RegistryContext: Cannot unbind empty name"));
201 "RegistryContext
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/rmi/
H A DrmiURLContext.java34 import com.sun.jndi.rmi.registry.RegistryContext;
132 Context regCtx = new RegistryContext(host, port, env);

Completed in 24 milliseconds