static final int REGISTRY_PORT
void bind(String name, Remote obj) throws AlreadyBoundException, RemoteException
AlreadyBoundException
RemoteException
String[] list() throws RemoteException
RemoteException
Remote lookup(String name) throws NotBoundException, RemoteException
NotBoundException
RemoteException
void rebind(String name, Remote obj) throws RemoteException
RemoteException
void unbind(String name) throws NotBoundException, RemoteException
NotBoundException
RemoteException