Changed Methods |
void bind(String, Remote)
|
Documentation changed from old to new. |
Binds the specified name to a remote object. |
String[] list(String )
|
Documentation changed from old to new. |
Returns an array of the names bound in the registry. |
Remote lookup(String )
|
Documentation changed from old to new. |
Returns a reference a stub for the remote object associated with the specified name . |
void rebind(String, Remote)
|
Documentation changed from old to new. |
Rebinds the specified name to a new remote object. |
void unbind(String )
|
Documentation changed from old to new. |
Destroys the binding for the specified name that is associated with a remote object. |