Whole document tree
Registry Interfaces
java.rmi.registry.Registry interface and the java.rmi.registry.LocateRegistry class to provide a well-known bootstrap service for retrieving and registering objects by simple names. A registry is a remote object that maps names to remote objects. Any server process can support its own registry or a single registry can be used for a host.
The methods of
|