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