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