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