org.omg.CosNotification

Class EventBatchHelper

public class EventBatchHelper extends Object

Helper class for : EventBatch

Author: OpenORB Compiler

Method Summary
static StructuredEvent[]extract(Any a)
Extract EventBatch from an any
static Stringid()
Return the EventBatch IDL ID
static voidinsert(Any a, StructuredEvent[] t)
Insert EventBatch into an any
static StructuredEvent[]read(InputStream istream)
Read EventBatch from a marshalled stream
static TypeCodetype()
Return the EventBatch TypeCode
static voidwrite(OutputStream ostream, StructuredEvent[] value)
Write EventBatch into a marshalled stream

Method Detail

extract

public static StructuredEvent[] extract(Any a)
Extract EventBatch from an any

Parameters: a an any

Returns: the extracted EventBatch value

id

public static String id()
Return the EventBatch IDL ID

Returns: an ID

insert

public static void insert(Any a, StructuredEvent[] t)
Insert EventBatch into an any

Parameters: a an any t EventBatch value

read

public static StructuredEvent[] read(InputStream istream)
Read EventBatch from a marshalled stream

Parameters: istream the input stream

Returns: the readed EventBatch value

type

public static TypeCode type()
Return the EventBatch TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, StructuredEvent[] value)
Write EventBatch into a marshalled stream

Parameters: ostream the output stream value EventBatch value