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