public final class BindingIteratorHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
| Modifier and Type | Field and Description |
|---|---|
BindingIterator |
value
The stored binding iterator.
|
| Constructor and Description |
|---|
BindingIteratorHolder()
Create an empty instance of this holder.
|
BindingIteratorHolder(BindingIterator initialValue)
Create the intialised instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in)
Read the holder value from the CDR stream.
|
org.omg.CORBA.TypeCode |
_type()
Returen the type code of the binding iterator.
|
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the intialised value to the CDR stream.
|
public BindingIterator value
public BindingIteratorHolder()
public BindingIteratorHolder(BindingIterator initialValue)
public void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablein - the input stream to read from.public org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamableout - the output stream to write into.