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