CosNaming_BindingIterator
CosNaming_BindingIterator
Module
CosNaming_BindingIterator
Module summary
This interface supports iteration over a name binding list.
Description
This interface allows a client to iterate over the Bindinglist it has been initiated with.
The type NameComponent
used below is defined as:
-record('CosNaming_NameComponent', {id, kind=""}).
id
and kind
are strings.
The type Binding
used below is defined as:
-record('CosNaming_Binding', {binding_name, binding_type}).
binding_name
is a Name = [NameComponent]
and binding_type
is an enum which has the values nobject
and 登录查看完整内容