J-Integra® Espresso Programming Documentation (API)

NamingContext.rebind_context Method

Creates a binding of a name and a naming context in the naming context even if the name is already bound in the context. Naming contexts that are bound using rebind_context() participate in name resolution when compound names are passed to be resolved.

void rebind_context(
 NameComponent[] a_n,
 NamingContext a_nc
);

Parameters

a_n
Name of the object.
a_nc
NamingContext object to rebind with the given name.

Return Value

none

Remarks

none

Exceptions

NotFound,
CannotProceed,
InvalidName

See Also

NamingContext Interface | NamingContext Members | Ics.CosNaming Namespace