public final class BindingHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
| Constructor and Description |
|---|
BindingHolder()
Create an empty instance.
|
BindingHolder(Binding initialValue)
Create the intialised holder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream i)
Read the holder value from the CDR stream.
|
org.omg.CORBA.TypeCode |
_type()
Return the binding type code.
|
void |
_write(org.omg.CORBA.portable.OutputStream o)
Write the holder value to the CDR stream.
|
public BindingHolder()
public BindingHolder(Binding initialValue)
public void _read(org.omg.CORBA.portable.InputStream i)
_read in interface org.omg.CORBA.portable.Streamablei - 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 o)
_write in interface org.omg.CORBA.portable.Streamableo - the output stream to write into.