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


Field Summary
static net.jini.id.Uuid REGISTRY_UUID
           
 
Fields inherited from interface java.rmi.registry.Registry
REGISTRY_PORT
 
Method Summary
 void bind(java.lang.String name, java.rmi.Remote obj, RemoteConfiguration.TransportType transportType)
           
 java.net.URI getUri(RemoteConfiguration.TransportType transportType)
           
 java.rmi.Remote lookup(java.lang.String name, RemoteConfiguration.TransportType transportType)
           
 void rebind(java.lang.String name, java.util.Map<RemoteConfiguration.TransportType,java.rmi.Remote> proxies)
           
 void rebind(java.lang.String name, java.rmi.Remote obj, RemoteConfiguration.TransportType transportType)
           
 
Methods inherited from interface java.rmi.registry.Registry
bind, list, lookup, rebind, unbind
 

Field Detail

REGISTRY_UUID

static final net.jini.id.Uuid REGISTRY_UUID
Method Detail

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