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