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