Compounds | |
interface | CosNaming::BindingIterator |
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. More... | |
exception | CosNaming::NamingContextExt::InvalidAddress |
Indicates a syntactically invalid address component. More... | |
exception | CosNaming::NamingContext::AlreadyBound |
Indicates an object is already bound to the specified name. More... | |
struct | CosNaming::Binding |
exception | CosNaming::NamingContext::InvalidName |
Indicates the name is invalid. More... | |
exception | CosNaming::NamingContext::CannotProceed |
Indicates that the implementation has given up for some reason. More... | |
struct | CosNaming::NameComponent |
interface | CosNaming::NamingContext |
The NamingContext interface provides operations which support the following:. More... | |
exception | CosNaming::NamingContext::NotFound |
Indicates the name does not identify a binding. More... | |
exception | CosNaming::NamingContext::NotEmpty |
Indicates that a naming context has bindings. More... | |
interface | CosNaming::NamingContextExt |
The NamingContextExt Interface provides the extensions to the NamingContext Interface as proposed by the Interoperable Naming Service Extension. More... | |
Typedefs | |
typedef string | Istring |
typedef sequence< NameComponent > | Name |
typedef sequence< Binding > | BindingList |
Enumerations | |
enum | BindingType { nobject, ncontext } |
The detailed specification is available from the Object Management Group.
|
|
|
|
|
|
|
|