This interface allows a client to iterate over the Bindinglist it has been initiated with.
The type
-record('CosNaming_NameComponent', {id, kind=""}).
The type
-record('CosNaming_Binding', {binding_name, binding_type}).
Both these records are defined in the file
-include_lib("orber/COSS/CosNaming/CosNaming.hrl").
This operation returns the next binding and a boolean. The latter is set to true if the binding is valid otherwise false. If the boolean is false there are no more bindings to retrieve.
This operation returns a binding list with at most HowMany bindings. If there are no more bindings it returns false otherwise true.
This operation destroys the binding iterator.