BindingIterator::next_n

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

how_many
The maximum number of bindings to be returned.
blist
The returned BindingList.

Return values

TRUE
Indicates that more bindings exist.
FALSE
Indicates to the client that there are no more bindings.

Example

See the CosNaming Usage example for BindingIterator::destroy.


Related reference
CosNaming in the naming service



Searchable topic ID:   rcor_cnsbi2
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_cnsbi2.html

Library | Support | Terms of Use | Feedback