Name

RegistryHandler

Synopsis

This interface is mainly of interest to implementors of RMI registry services. It defines the interface to the internal registry-handling implementation.

public interface RegistryHandler {
// Deprecated Public Methods
   public abstract Registry registryImpl(                        // #
        int port) throws RemoteException;  
   public abstract Registry registryStub(String host,            // #
        int port) throws RemoteException, java.rmi.UnknownHostException;  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.