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