Lines Matching refs:Registry

55  * @see     java.rmi.registry.Registry
65 * Returns a reference to the the remote object <code>Registry</code> for
72 public static Registry getRegistry()
75 return getRegistry(null, Registry.REGISTRY_PORT);
79 * Returns a reference to the the remote object <code>Registry</code> for
87 public static Registry getRegistry(int port)
94 * Returns a reference to the remote object <code>Registry</code> on the
103 public static Registry getRegistry(String host)
106 return getRegistry(host, Registry.REGISTRY_PORT);
110 * Returns a reference to the remote object <code>Registry</code> on the
120 public static Registry getRegistry(String host, int port)
128 * <code>Registry</code> on the specified <code>host</code> and
144 public static Registry getRegistry(String host, int port,
148 Registry registry = null;
151 port = Registry.REGISTRY_PORT;
172 * the Registry interface; otherwise the proxy returned is an
182 return (Registry) Util.createProxy(RegistryImpl.class, ref, false);
186 * Creates and exports a <code>Registry</code> instance on the local
189 * <p>The <code>Registry</code> instance is exported as if the static
192 * <code>Registry</code> instance and the specified <code>port</code> as
193 * arguments, except that the <code>Registry</code> instance is
202 public static Registry createRegistry(int port) throws RemoteException {
207 * Creates and exports a <code>Registry</code> instance on the local
214 * <p>The <code>Registry</code> instance is exported as if
218 * <code>Registry</code> instance, the specified <code>port</code>, the
221 * <code>Registry</code> instance is exported with a well-known object
234 public static Registry createRegistry(int port,