|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::omg::CosNaming::NamingContext Class Reference#include <CosNaming.h>
Inheritance diagram for org::omg::CosNaming::NamingContext:
List of all members.
|
Public Member Functions |
virtual void | bind (IN(RNameComponentArray) n, IN(::org::omg::CORBA::RObject) obj)=0 throw ( RNotFound , RCannotProceed , RInvalidName , RAlreadyBound ) |
| IDL: void bind( in Name n, in acdk::lang::Object obj) raises( NotFound, CannotProceed, InvalidName, AlreadyBound);.
|
virtual void | rebind (IN(RNameComponentArray) n, IN(::org::omg::CORBA::RObject) obj)=0 throw ( RNotFound , RCannotProceed , RInvalidName ) |
| IDL: void rebind(in Name n, in acdk::lang::Object obj) raises( NotFound, CannotProceed, InvalidName);.
|
virtual void | bind_context (IN(RNameComponentArray) n, IN(RNamingContext) nc)=0 throw ( RNotFound , RCannotProceed , RInvalidName , RAlreadyBound ) |
| IDL: void bind_context( in Name n, in NamingContext nc) raises( NotFound, CannotProceed, InvalidName, AlreadyBound);.
|
virtual void | rebind_context (IN(RNameComponentArray) n, IN(RNamingContext) nc)=0 throw ( RNotFound , RCannotProceed , RInvalidName ) |
| IDL: void rebind_context(in Name n, in NamingContext nc) raises( NotFound, CannotProceed, InvalidName);.
|
virtual::org::omg::CORBA::RObject | resolve (IN(RNameComponentArray) n)=0 throw ( RNotFound , RCannotProceed , RInvalidName ) |
| IDL: acdk::lang::Object resolve (in Name n) raises( NotFound, CannotProceed, InvalidName);.
|
virtual void | unbind (IN(RNameComponentArray) n)=0 throw ( RNotFound , RCannotProceed , RInvalidName ) |
| IDL: void unbind(in Name n) raises( NotFound, CannotProceed, InvalidName);.
|
virtual RNamingContext | new_context ()=0 |
| IDL: NamingContext new_context();.
|
virtual RNamingContext | bind_new_context (IN(RNameComponentArray) n)=0 throw ( RNotFound , RAlreadyBound , RCannotProceed , RInvalidName ) |
| IDL: NamingContext bind_new_context(in Name n) raises( NotFound, AlreadyBound, CannotProceed, InvalidName);.
|
virtual void | destroy ()=0 throw ( RNotEmpty ) |
| IDL: void destroy( ) raises(NotEmpty);.
|
virtual void | list (int how_many, OUT(RBindingArray) bl, OUT(RBindingIterator) bi)=0 |
| IDL: void list ( in unsigned long how_many, out BindingList bl, out BindingIterator bi); };.
|
Member Function Documentation
virtual void org::omg::CosNaming::NamingContext::destroy |
( |
|
) |
throw ( RNotEmpty ) [pure virtual] |
|
|
IDL: void list ( in unsigned long how_many, out BindingList bl, out BindingIterator bi); };.
|
virtual RNamingContext org::omg::CosNaming::NamingContext::new_context |
( |
|
) |
[pure virtual] |
|
|
|