Save This Page
Home » openjdk-7 » java » rmi » registry » [javadoc | source]
java.rmi.registry
public interface: RegistryHandler [javadoc | source] Deprecated! no - replacement

RegistryHandler is an interface used internally by the RMI runtime in previous implementation versions. It should never be accessed by application code.
Method from java.rmi.registry.RegistryHandler Summary:
registryImpl,   registryStub
Method from java.rmi.registry.RegistryHandler Detail:
 public Registry registryImpl(int port) throws RemoteExceptionDeprecated! no -  replacement. As of the Java 2 platform v1.2, RMI no
longer uses the RegistryHandler to obtain the registry's
implementation.

      Deprecated!
    Constructs and exports a Registry on the specified port. The port must be non-zero.
 public Registry registryStub(String host,
    int port) throws UnknownHostException, RemoteExceptionDeprecated! no -  replacement. As of the Java 2 platform v1.2, RMI no
longer uses the RegistryHandler to obtain the registry's
stub.

      Deprecated!
    Returns a "stub" for contacting a remote registry on the specified host and port.