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