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