java.rmi.registry
Interface RegistryHandler


Deprecated.

public interface RegistryHandler


Method Summary
 Registry registryImpl(int port)
          Deprecated.  
 Registry registryStub(String host, int port)
          Deprecated.  
 

Method Detail

registryStub

Registry registryStub(String host,
                      int port)
                      throws RemoteException,
                             UnknownHostException
Deprecated. 

Throws:
RemoteException
UnknownHostException

registryImpl

Registry registryImpl(int port)
                      throws RemoteException
Deprecated. 

Throws:
RemoteException