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