org.omg.CosNaming
Class BindingIteratorHolder

java.lang.Object
  extended by org.omg.CosNaming.BindingIteratorHolder
All Implemented Interfaces:
Streamable

public final class BindingIteratorHolder
extends Object
implements Streamable

The holder to store the binding iterator.


Field Summary
 BindingIterator value
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Specified by:
_read in interface Streamable
Parameters:
in - the input stream to read from.

_type

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

Specified by:
_type in interface Streamable

_write

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

Specified by:
_write in interface Streamable
Parameters:
out - the output stream to write into.