CosNaming::BindingIterator Interface

Overview Provides support for the Object Management Group (OMG) binding iteration.
File name CosNaming.idl
Exceptions CORBA standard exceptions
Supported operations BindingIterator::destroy
BindingIterator::next_n
BindingIterator::next_one


Intended Usage

This class is instantiated and returned as an out parameter in the CosNaming::NamingContext::list method if the targeted naming context contains more name-object bindings than requested.

Types

  typedef string Istring;
 
  struct NameComponent {
    Istring id;
    Istring kind;
  };
  typedef sequence <NameComponent> Name;
 
  enum BindingType {nobject, ncontext};
 
  struct Binding {
    Name binding_name;
  BindingType binding_type;
  };
  typedef sequence <Binding> BindingList;

Related reference
BindingIterator::destroy
BindingIterator::next_n
BindingIterator::next_one



Searchable topic ID:   rcor_cnsbii
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_cnsbii.html

Library | Support | Terms of Use | Feedback