|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.rmi.Naming
Method Summary | |
static void | bind(String name,
Remote obj)
Binds the name to the specified remote object. |
static String[] | list(String name)
Returns an array of strings of the URLs in the registry. |
static Remote | lookup(String name)
Returns the remote object for the URL. |
static void | rebind(String name,
Remote obj)
Rebind the name to a new object; replaces any existing binding. |
static void | unbind(String name)
Unbind the name. |
Methods inherited from class java.lang.Object | |
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
Method Detail |
public static Remote lookup(String name) throws NotBoundException, MalformedURLException, UnknownHostException, RemoteException
public static void bind(String name, Remote obj) throws AlreadyBoundException, MalformedURLException, UnknownHostException, RemoteException
public static void unbind(String name) throws RemoteException, NotBoundException, MalformedURLException, UnknownHostException
public static void rebind(String name, Remote obj) throws RemoteException, MalformedURLException, UnknownHostException
public static String[] list(String name) throws RemoteException, MalformedURLException, UnknownHostException
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |