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