Importing and Exporting Network Objects
- A Java process is identified by the hostname where it runs and
the socket port where it serves remote requests.
- The programmer may specify which socket port to use for
serving remote requests.
- Network objects can be exported by giving them a name.
- A network object can be imported by specifying its name and
the identifier of the Java process where it lives.
- There is no equivalent to the rmiregistry, but it is simple
to write one.
- 5 -