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