soaprmi.registry
Interface PortRegistry
- All Known Implementing Classes:
- RegistryImpl
- public interface PortRegistry
|
Method Summary |
void |
bind(java.lang.String portName,
Port port)
|
java.lang.String[] |
list()
|
Port |
lookup(java.lang.String portName)
|
void |
rebind(java.lang.String portName,
Port port)
|
void |
unbind(java.lang.String portName)
|
bind
public void bind(java.lang.String portName,
Port port)
throws RemoteException
- Throws:
RemoteException
rebind
public void rebind(java.lang.String portName,
Port port)
throws RemoteException
- Throws:
RemoteException
lookup
public Port lookup(java.lang.String portName)
throws RemoteException
- Throws:
RemoteException
unbind
public void unbind(java.lang.String portName)
throws RemoteException
- Throws:
RemoteException
list
public java.lang.String[] list()
throws RemoteException
- Throws:
RemoteException
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.