org.omg.CosNaming
public final class BindingIteratorHolder extends Object implements Streamable
| 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. |