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