Classes | |
struct | NameComponent |
struct | Binding |
interface | NamingContext |
Interface for managing name bindings and naming contexts. More... | |
exception | NamingContext::NotFound |
Indicates that the name does not identify a binding. More... | |
exception | NamingContext::CannotProceed |
exception | NamingContext::InvalidName |
exception | NamingContext::AlreadyBound |
exception | NamingContext::NotEmpty |
Indicates that the context is not empty. More... | |
interface | BindingIterator |
interface | NamingContextExt |
exception | NamingContextExt::InvalidAddress |
Indicates that the URL address is invalid. More... | |
Typedefs | |
typedef string | Istring |
typedef sequence< NameComponent > | Name |
typedef sequence< Binding > | BindingList |
Enumerations | |
enum | BindingType { nobject, ncontext } |
|
Definition at line 69 of file CosNaming.idl. Referenced by TAO_Transient_Naming_Context::list(), TAO_Storable_Naming_Context::list(), TAO_Persistent_Naming_Context::list(), and TAO_Bindings_Iterator< ITERATOR, TABLE_ENTRY >::next_n(). |
|
Define a typedef for String. Maybe at some point, will be different to support Internationalization. Definition at line 29 of file CosNaming.idl. |
|
|
Definition at line 50 of file CosNaming.idl.
|