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

/openjdk7/jdk/src/share/classes/java/rmi/registry/
H A DRegistry.java34 * <code>Registry</code> is a remote interface to a simple remote
42 * <p>In its typical usage, a <code>Registry</code> enables RMI client
51 * constructing a bootstrap reference to a <code>Registry</code> at a
53 * and for creating and exporting a <code>Registry</code> in the
57 * <p>A <code>Registry</code> implementation may choose to restrict
60 * originating from the local host). If a <code>Registry</code>
67 * <p>The names used for bindings in a <code>Registry</code> are pure
69 * in a <code>Registry</code> may wish to use a package name as a
78 public interface Registry extends Remote { interface in inherits:Remote

Completed in 46 milliseconds