Changed Methods |
void bind(String, Remote)
|
Documentation changed from old to new. |
Binds a remote reference to the specified name in this registry. |
String[] list()
|
Documentation changed from old to new. |
Returns an array of the names bound in this registry. |
Remote lookup(String )
|
Documentation changed from old to new. |
Returns the remote reference bound to the specified name in this registry. |
void rebind(String, Remote)
|
Documentation changed from old to new. |
Replaces the binding for the specified name in this registry with the supplied remote reference. |
void unbind(String )
|
Documentation changed from old to new. |
Removes the binding for the specified name in this registry. |