CosNaming_NamingContext
CosNaming_NamingContext
Module
CosNaming_NamingContext
Module summary
This interface supports different bind and access functions for names in a context.
Description
This is the object that defines name scopes, names must be unique within a naming context. Objects may have multiple names and may exist in multiple naming contexts. Name context may be named in other contexts and cycles are permitted.
The type NameComponent
used below is defined as:
-record('CosNaming_NameComponent', {id, kind=""}).
where id
and kind
are strings.
The type Binding
used below is defined as:
-record('CosNaming_Binding', {binding_name, binding_type}).
where binding_name
is a