Example usage for Java java.rmi Naming fields, constructors, methods, implement or subclass
The text is from its open source code.
void | bind(String name, Remote obj) Binds the specified name to a remote object. |
Remote | lookup(String name) Returns a reference, a stub, for the remote object associated with the specified name . |
void | rebind(String name, Remote obj) Rebinds the specified name to a new remote object. |
void | unbind(String name) Destroys the binding for the specified name that is associated with a remote object. |