J-Integra® Espresso Programming Documentation (API)

NamingContext.bind_context Method

Names an object that is a naming context. Naming contexts that are bound using bind_context() participate in name resolution when compound names are passed to be resolved.

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

Parameters

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

Return Value

none

Remarks

none

Exceptions

NotFound,
CannotProceed,
InvalidName,
AlreadyBound

See Also

NamingContext Interface | NamingContext Members | Ics.CosNaming Namespace