java.rmi.registry
Class LocateRegistry
java.lang.Object
java.rmi.registry.LocateRegistry
public final class LocateRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRegistry
public static Registry getRegistry()
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(int port)
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(String host)
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(String host,
int port)
throws RemoteException
- Throws:
RemoteException
getRegistry
public static Registry getRegistry(String host,
int port,
RMIClientSocketFactory csf)
throws RemoteException
- Throws:
RemoteException
createRegistry
public static Registry createRegistry(int port)
throws RemoteException
- Throws:
RemoteException
createRegistry
public static Registry createRegistry(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws RemoteException
- Throws:
RemoteException