KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > registry > LocateRegistry

java.rmi.registry
Class LocateRegistry

java.lang.Object
  extended by java.rmi.registry.LocateRegistry
See Also:
Top Examples, Source Code, Registry

public static Registry createRegistry(int port)
                               throws RemoteException
See Also:
ObjID.REGISTRY_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Registry createRegistry(int port,
                                      RMIClientSocketFactory csf,
                                      RMIServerSocketFactory ssf)
                               throws RemoteException
See Also:
ObjID.REGISTRY_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Registry getRegistry()
                            throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Registry getRegistry(int port)
                            throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Registry getRegistry(String host)
                            throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Registry getRegistry(String host,
                                   int port)
                            throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Registry getRegistry(String host,
                                   int port,
                                   RMIClientSocketFactory csf)
                            throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags