org.omg.CosNaming

Class BindingIteratorHolder

public final class BindingIteratorHolder extends Object implements Streamable

The holder to store the binding iterator.
Field Summary
BindingIteratorvalue
The stored binding iterator.
Constructor Summary
BindingIteratorHolder()
Create an empty instance of this holder.
BindingIteratorHolder(BindingIterator initialValue)
Create the intialised instance.
Method Summary
void_read(InputStream in)
Read the holder value from the CDR stream.
TypeCode_type()
Returen the type code of the binding iterator.
void_write(OutputStream out)
Write the intialised value to the CDR stream.

Field Detail

value

public BindingIterator value
The stored binding iterator.

Constructor Detail

BindingIteratorHolder

public BindingIteratorHolder()
Create an empty instance of this holder.

BindingIteratorHolder

public BindingIteratorHolder(BindingIterator initialValue)
Create the intialised instance.

Method Detail

_read

public void _read(InputStream in)
Read the holder value from the CDR stream.

_type

public TypeCode _type()
Returen the type code of the binding iterator.

_write

public void _write(OutputStream out)
Write the intialised value to the CDR stream.