API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.registry. RegistryHandler View Source
Author(s)
Ann Wollrath
Since
JDK1.1
Version
1.15, 11/17/05
Serial
Hierarchy
 RegistryHandler
Subinterfaces
Description
@Deprecated
public interface RegistryHandler
  RegistryHandler is an interface used internally by the RMI runtime in previous implementation versions.
See also:   
Methods
Hide/Show inherited methods
@Deprecated
public Registry registryImpl (int port) throws RemoteException
  Constructs and exports a Registry on the specified port.
@Deprecated
public Registry registryStub (String host, int port) throws RemoteException UnknownHostException
  Returns a "stub" for contacting a remote registry on the specified host and port.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar