public final class InvalidAddressHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
InvalidAddress.| Modifier and Type | Field and Description |
|---|---|
InvalidAddress |
value
The stored value.
|
| Constructor and Description |
|---|
InvalidAddressHolder()
Create the holder with unitialised value.
|
InvalidAddressHolder(InvalidAddress initialValue)
Create the holder, storing the given value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in)
Fill in the stored value, reading it from the given CDR stream.
|
org.omg.CORBA.TypeCode |
_type()
Get the type code of the
NotEmpty exception. |
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the stored value to the given CDR stream.
|
public InvalidAddress value
public InvalidAddressHolder()
public InvalidAddressHolder(InvalidAddress 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()
NotEmpty exception._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.