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