org.omg.CosNotifyChannelAdmin
public class ChannelNotFoundHelper extends Object
| Method Summary | |
|---|---|
| static ChannelNotFound | extract(Any a)
Extract ChannelNotFound from an any
|
| static String | id()
Return the ChannelNotFound IDL ID |
| static void | insert(Any a, ChannelNotFound t)
Insert ChannelNotFound into an any |
| static ChannelNotFound | read(InputStream istream)
Read ChannelNotFound from a marshalled stream |
| static TypeCode | type()
Return the ChannelNotFound TypeCode |
| static void | write(OutputStream ostream, ChannelNotFound value)
Write ChannelNotFound into a marshalled stream |
Parameters: a an any
Returns: the extracted ChannelNotFound value
Returns: an ID
Parameters: a an any t ChannelNotFound value
Parameters: istream the input stream
Returns: the readed ChannelNotFound value
Returns: a TypeCode
Parameters: ostream the output stream value ChannelNotFound value