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