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