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