J-Integra® Espresso Programming Documentation (API)

NamingContext.rebind Method

Creates a binding of a name and an object in the naming context even if the name is already bound in the context. Naming contexts that are bound using rebind do not participate in name resolution when compound names are passed to be resolved.

void rebind(
 NameComponent[] a_n,
 Ics.CORBA.Object a_obj
);

Parameters

a_n
Name of the object.
a_obj
The Object to bind with the given name.

Return Value

none

Remarks

none

Exceptions

NotFound,
CannotProceed,
InvalidName

See Also

NamingContext Interface | NamingContext Members | Ics.CosNaming Namespace