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

/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
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...]

Completed in 30 milliseconds