name
in this registry.
@param name the name to associate with the remote reference
@param obj a reference to a remote object (usually a stub)
@throws AlreadyBoundException if name
is already bound
@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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|