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