Provides the mapping of the Java IDL naming service to C#.
Namespace | Description |
---|---|
NamingContextPackage | Exceptions belonging to the CosNaming. |
NamingContextExtPackage | Exceptions belonging to the NamingContextExt. |
Interface | Description |
---|---|
BindingIterator | The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
NamingContext | A naming context is an object that contains a set of name bindings in which each name is unique. |
NamingContextExt |
NamingContextExt is the extension of NamingContext which
contains a set of name bindings in which each name is unique and is part of
Interoperable Naming Service.
|
Structure | Description |
---|---|
Binding |
A name-to-object association is called a Binding. |
NameComponent |
Many of the operations defined on a naming context take names as parameters. |
Enumeration | Description |
---|---|
BindingType |
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context. |