uka.karmi.rmi.registry
Interface Registry
- All Superinterfaces:
- Remote
- public interface Registry
- extends Remote
The Registry interface. Look at Sun's RMI documentation for more
information.
- Author:
- Christian Nester, Bernhard Haumacher
REGISTRY_PORT
public static final int REGISTRY_PORT
- See Also:
- Constant Field Values
lookup
public Remote lookup(java.lang.String name)
throws RemoteException,
NotBoundException,
AccessException
- Throws:
RemoteException
NotBoundException
AccessException
bind
public void bind(java.lang.String name,
Remote obj)
throws RemoteException,
AlreadyBoundException,
AccessException
- Throws:
RemoteException
AlreadyBoundException
AccessException
unbind
public void unbind(java.lang.String name)
throws RemoteException,
NotBoundException,
AccessException
- Throws:
RemoteException
NotBoundException
AccessException
rebind
public void rebind(java.lang.String name,
Remote obj)
throws RemoteException,
AccessException
- Throws:
RemoteException
AccessException
list
public java.lang.String[] list()
throws RemoteException,
AccessException
- Throws:
RemoteException
AccessException