Lines Matching defs:registry

26 package java.rmi.registry;
34 import sun.rmi.registry.RegistryImpl;
43 * remote object registry on a particular host (including the local host), or
44 * to create a remote object registry that accepts calls on a specific port.
48 * the remote registry and will succeed even if no registry is running on
50 * registry returned as a result of this method may fail.
55 * @see java.rmi.registry.Registry
66 * the local host on the default registry port of 1099.
68 * @return reference (a stub) to the remote object registry
82 * @param port port on which the registry accepts requests
83 * @return reference (a stub) to the remote object registry
95 * specified <code>host</code> on the default registry port of 1099. If
98 * @param host host for the remote registry
99 * @return reference (a stub) to the remote object registry
114 * @param host host for the remote registry
115 * @param port port on which the registry accepts requests
116 * @return reference (a stub) to the remote object registry
129 * <code>port</code>. Communication with this remote registry will
131 * to create <code>Socket</code> connections to the registry on the
134 * @param host host for the remote registry
135 * @param port port on which the registry accepts requests
137 * make connections to the registry. If <code>csf</code>
139 * factory will be used in the registry stub.
140 * @return reference (a stub) to the remote registry
148 Registry registry = null;
166 * Create a proxy for the registry with the given host, port, and
197 * @param port the port on which the registry accepts requests
198 * @return the registry
199 * @exception RemoteException if the registry could not be exported
209 * instance. The registry that is created listens for incoming
225 * @param port port on which the registry accepts requests
227 * make connections to the registry
229 * used to accept connections to the registry
230 * @return the registry
231 * @exception RemoteException if the registry could not be exported