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