- java.lang.Object
-
- org.omg.CosNaming.BindingIteratorHolder
-
- All Implemented Interfaces:
Streamable
public final class BindingIteratorHolder extends Object implements Streamable
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. The bindings iterator is obtained by using thelist
method on theNamingContext
.
-
-
Field Summary
Fields Modifier and Type Field Description BindingIterator
value
-
Constructor Summary
Constructors Constructor Description BindingIteratorHolder()
BindingIteratorHolder(BindingIterator initialValue)
-
-
-
Field Detail
-
value
public BindingIterator value
-
-
Constructor Detail
-
BindingIteratorHolder
public BindingIteratorHolder()
-
BindingIteratorHolder
public BindingIteratorHolder(BindingIterator initialValue)
-
-