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