|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CosNaming.BindingListHolder
public final class BindingListHolder
A class to hold the binding list.
| Field Summary | |
|---|---|
Binding[] |
value
The wrapped binding list. |
| Constructor Summary | |
|---|---|
BindingListHolder()
Create the unitialised holder. |
|
BindingListHolder(Binding[] initialValue)
Create the holder, intialised to the given value. |
|
| Method Summary | |
|---|---|
void |
_read(InputStream in)
Read the binding list from the given CDR stream. |
TypeCode |
_type()
Get the type code of the binding. |
void |
_write(OutputStream out)
Write the binding list into the given CDR stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Binding[] value
| Constructor Detail |
|---|
public BindingListHolder()
public BindingListHolder(Binding[] 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 | ||||||||