Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.rmi.registry.LocateRegistry

Availability: JDK 1.1

public final class LocateRegistry extends Object {
   // No Constructor
   // Class Methods
      public static Registry createRegistry(int port) throws RemoteException;
      public static Registry getRegistry() throws RemoteException;
      public static Registry getRegistry(int port) throws RemoteException;
      public static Registry getRegistry(String host) throws RemoteException, UnknownHostException;
      public static Registry getRegistry(String host, int port) throws RemoteException, UnknownHostException;
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.