Package org.omg.CosNaming
Class BindingIteratorHelper
java.lang.Object
org.omg.CosNaming.BindingIteratorHelper
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 the list
method on the NamingContext.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BindingIterator
static String
id()
static void
insert
(Any a, BindingIterator that) static BindingIterator
static BindingIterator
read
(InputStream istream) static TypeCode
type()
static BindingIterator
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, BindingIterator value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
BindingIteratorHelper
public BindingIteratorHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-