Lines Matching defs:registry

25 package java.rmi.registry;
35 * object registry that provides methods for storing and retrieving
38 * methods are used to alter the name bindings in the registry, and
44 * initial reference to a remote object. Therefore, a registry's
59 * mutate the registry's bindings may be restricted to calls
71 * collisions in the registry.
80 /** Well known port for registry. */
85 * <code>name</code> in this registry.
94 * registry failed; if exception is a <code>ServerException</code>
95 * containing an <code>AccessException</code>, then the registry
98 * @throws AccessException if this registry is local and it denies
108 * this registry.
116 * registry failed; if exception is a <code>ServerException</code>
117 * containing an <code>AccessException</code>, then the registry
121 * @throws AccessException if this registry is local and it denies
132 * this registry.
139 * registry failed; if exception is a <code>ServerException</code>
140 * containing an <code>AccessException</code>, then the registry
144 * @throws AccessException if this registry is local and it denies
154 * this registry with the supplied remote reference. If there is
162 * registry failed; if exception is a <code>ServerException</code>
163 * containing an <code>AccessException</code>, then the registry
167 * @throws AccessException if this registry is local and it denies
177 * Returns an array of the names bound in this registry. The
179 * registry at the time of the given invocation of this method.
181 * @return an array of the names bound in this registry
184 * registry failed; if exception is a <code>ServerException</code>
185 * containing an <code>AccessException</code>, then the registry
188 * @throws AccessException if this registry is local and it denies