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