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