API Overview API Index Direct link to this page
JDK 1.6
  Package: java.rmi.registry
Author(s)
Since
JDK1.1
Version
Serial
Description
  Provides a class and two interfaces for the RMI registry.
See also:   
LocateRegistry View Source LocateRegistry is used to obtain a reference to a bootstrap remote object registry on a particular host (including the local host), or to create a remote object registry that accepts calls on a specific port.
Registry View Source Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
RegistryHandler View Source RegistryHandler is an interface used internally by the RMI runtime in previous implementation versions.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar