- 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 thelistmethod on theNamingContext.
-
-
Field Summary
Fields Modifier and Type Field Description BindingIteratorvalue
-
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)
-
-