Name

BindingIterator

Synopsis

If you request a set of name/object bindings from a NamingContext using its list() method, then the BindingListHolder that you pass in will be filled in with any results, up to its maximum capacity. If the NamingContext contains more bound objects than the binding array you provide can hold, then the BindingIteratorHolder argument is initialized to contain a BindingIterator that will allow you to iterate through the rest of the bindings in the context. You can iterate through the remainder of the bindings one at a time, using the next_one() method, or in sets, using the next_n() method.

                  Passed To
public interface BindingIterator extends BindingIteratorOperations, org.omg.CORBA.Object, 
     org.omg.CORBA.portable.IDLEntity {
}

Implementations

_BindingIteratorImplBase, _BindingIteratorStub

Passed To

BindingIteratorHelper.{insert(), write()}, BindingIteratorHolder.BindingIteratorHolder()

Returned By

BindingIteratorHelper.{extract(), narrow(), read()}, BindingIteratorPOA._this()

Type Of

BindingIteratorHolder.value

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.