org.eodisp.remote.registry
Interface JeriRegistry
- All Superinterfaces:
- java.rmi.registry.Registry, java.rmi.Remote
- All Known Implementing Classes:
- JeriRegistryImpl
public interface JeriRegistry
- extends java.rmi.registry.Registry
| Fields inherited from interface java.rmi.registry.Registry |
REGISTRY_PORT |
| Methods inherited from interface java.rmi.registry.Registry |
bind, list, lookup, rebind, unbind |
REGISTRY_UUID
static final net.jini.id.Uuid REGISTRY_UUID
lookup
java.rmi.Remote lookup(java.lang.String name,
RemoteConfiguration.TransportType transportType)
throws java.rmi.NotBoundException,
java.rmi.RemoteException
- Throws:
java.rmi.NotBoundException
java.rmi.RemoteException
bind
void bind(java.lang.String name,
java.rmi.Remote obj,
RemoteConfiguration.TransportType transportType)
throws java.rmi.AlreadyBoundException,
java.rmi.RemoteException
- Throws:
java.rmi.AlreadyBoundException
java.rmi.RemoteException
rebind
void rebind(java.lang.String name,
java.util.Map<RemoteConfiguration.TransportType,java.rmi.Remote> proxies)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
rebind
void rebind(java.lang.String name,
java.rmi.Remote obj,
RemoteConfiguration.TransportType transportType)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUri
java.net.URI getUri(RemoteConfiguration.TransportType transportType)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException