Overview | Retrieves at most the specified number of name-object bindings. |
Original interface | CosNaming::BindingIterator Interface |
Exceptions | CORBA standard exceptions |
Intended Usage
This operation allows clients to iterate through the bindings in the iterator. It is used by client applications and is not typically overridden.
Syntax
boolean next_n( in unsigned long how_many, out CosNaming::BindingList blist);
Input parameters
Return values
Example
See the CosNaming Usage example for BindingIterator::destroy.