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