| Registry | 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. |
code | html |
| RegistryHandler | RegistryHandler is an interface used internally by the RMI
runtime in previous implementation versions. |
code | html |
| LocateRegistry | 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. |
code | html |