J-Integra® Espresso Programming Documentation (API)

NamingContext.bind_new_context Method

This operation creates a new context and binds it to the name supplied as an argument. The newly-created context is implemented by the same naming server as the context in which it was bound (that is, the naming server that implements the context denoted by the name argument excluding the last component).

NamingContext bind_new_context(
 NameComponent[] a_n,
);

Parameters

a_n
Name of the object.

Return Value

NamingContext object

Remarks

none

Exceptions

NotFound,
CannotProceed,
InvalidName,
AlreadyBound

See Also

NamingContext Interface | NamingContext Members | Ics.CosNaming Namespace