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