TAO_CosNaming 3.1.4
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
CosNaming Module Reference

Classes

struct  Binding
 
interface  BindingIterator
 
struct  NameComponent
 
interface  NamingContext
 Interface for managing name bindings and naming contexts. More...
 
interface  NamingContextExt
 

Typedefs

typedef string Istring
 
typedef sequence< NameComponentName
 
typedef sequence< BindingBindingList
 

Enumerations

enum  BindingType { nobject , ncontext }
 

Detailed Description

This module provides interface for using COS Naming Service.

Typedef Documentation

◆ BindingList

typedef sequence<Binding> CosNaming::BindingList

◆ Istring

typedef string CosNaming::Istring

Define a typedef for String. Maybe at some point, Istring will be different to support Internationalization.

◆ Name

typedef sequence<NameComponent> CosNaming::Name

This is a compound name: <c1; c2; c3; cn> where c1 to cn-1 are the names of the nested contexts, and cn is the name of the object bound in cn-1.

Enumeration Type Documentation

◆ BindingType

Enumerator
nobject 

object binding.

ncontext 

Naming context binding.