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