org.omg.CosNaming.NamingContextExtPackage
public final class InvalidAddressHolder extends Object implements Streamable
Field Summary | |
---|---|
InvalidAddress | value
Internal InvalidAddress value |
Constructor Summary | |
---|---|
InvalidAddressHolder()
Default constructor | |
InvalidAddressHolder(InvalidAddress initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read InvalidAddress from a marshalled stream |
TypeCode | _type()
Return the InvalidAddress TypeCode |
void | _write(OutputStream ostream)
Write InvalidAddress into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream