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