CONTENTS | PREV | NEXT | Java Remote Method Invocation |
java.rmi.Naming
.
For a client to invoke a method on a
remote object, that client must first obtain a reference to the
object. A reference to a remote object is usually obtained as a
parameter or return value in a method call. The RMI system provides
a simple bootstrap name server from which to obtain remote objects
on given hosts. The java.rmi.Naming
class provides
Uniform Resource Locator (URL) based methods to look up, bind,
rebind, unbind, and list the name-object pairings maintained on a
particular host and port.