Skip to content

Locating Remote Objects

Swilloughby-github edited this page Oct 30, 2016 · 2 revisions

RMI provides a "bootstrap name server" to store references to remote objects. The reference can be stored using any of the URL-based methods of java.rmi.Naming.

You must obtain a reference to an object before you can invoke any of its methods. References to remote objects are typically retrieved from a parameter or return value of a method invocation.

reference: https://docs.oracle.com/javase/7/docs/platform/rmi/spec/rmi-objmodel8.html

Clone this wiki locally