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