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