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