public class ValueBaseHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
ValueBase that is handled as
Serializable here.| Modifier and Type | Field and Description |
|---|---|
java.io.Serializable |
value
A stored value of the value base type.
|
| Constructor and Description |
|---|
ValueBaseHolder()
Create an unitialised instance.
|
ValueBaseHolder(java.io.Serializable initial)
Create an instance, initialised into the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream input)
Read fill in the value field by reading an instance from the
given input stream.
|
TypeCode |
_type()
Get the typecode of the stored instance.
|
void |
_write(org.omg.CORBA.portable.OutputStream output)
Write the stored instance to the given output stream.
|
public java.io.Serializable value
public ValueBaseHolder()
public ValueBaseHolder(java.io.Serializable initial)
initial - an initial value.public void _read(org.omg.CORBA.portable.InputStream input)
ValueBaseHelper_read in interface org.omg.CORBA.portable.Streamableinput - a stream to read from.public TypeCode _type()
ValueBaseHelper_type in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream output)
ValueBaseHelper_write in interface org.omg.CORBA.portable.Streamableoutput - a stream to write to.