public final class BindingListHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
| Modifier and Type | Field and Description |
|---|---|
Binding[] |
value
The wrapped binding list.
|
| Constructor and Description |
|---|
BindingListHolder()
Create the unitialised holder.
|
BindingListHolder(Binding[] initialValue)
Create the holder, intialised to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in)
Read the binding list from the given CDR stream.
|
org.omg.CORBA.TypeCode |
_type()
Get the type code of the binding.
|
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the binding list into the given CDR stream.
|
public BindingListHolder()
public BindingListHolder(Binding[] 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.