soaprmi.registry
Interface Registry
- All Superinterfaces:
- Remote
- public interface Registry
- extends Remote
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
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.