|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CosNaming.BindingIteratorHolder
public final class BindingIteratorHolder
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 |
|---|
public BindingIterator value
| Constructor Detail |
|---|
public BindingIteratorHolder()
public BindingIteratorHolder(BindingIterator initialValue)
| Method Detail |
|---|
public void _read(InputStream in)
_read in interface Streamablein - the input stream to read from.public TypeCode _type()
_type in interface Streamablepublic void _write(OutputStream out)
_write in interface Streamableout - the output stream to write into.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||