name in this registry with the supplied remote reference. If there is an existing binding for the specified name, it is discarded.
@param name the name to associate with the remote reference
@param obj a reference to a remote object (usually a stub)
@throws RemoteException if remote communication with theregistry failed; if exception is a ServerException containing an AccessException, then the registry denies the caller access to perform this operation (if originating from a non-local host, for example)
@throws AccessException if this registry is local and it deniesthe caller access to perform this operation
@throws NullPointerException if name isnull, or if obj is null
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |