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