org.omg.CosTransactions

Class HeuristicHazardHelper

public class HeuristicHazardHelper extends Object

Helper class for : HeuristicHazard

Author: OpenORB Compiler

Method Summary
static HeuristicHazardextract(Any a)
Extract HeuristicHazard from an any
static Stringid()
Return the HeuristicHazard IDL ID
static voidinsert(Any a, HeuristicHazard t)
Insert HeuristicHazard into an any
static HeuristicHazardread(InputStream istream)
Read HeuristicHazard from a marshalled stream
static TypeCodetype()
Return the HeuristicHazard TypeCode
static voidwrite(OutputStream ostream, HeuristicHazard value)
Write HeuristicHazard into a marshalled stream

Method Detail

extract

public static HeuristicHazard extract(Any a)
Extract HeuristicHazard from an any

Parameters: a an any

Returns: the extracted HeuristicHazard value

id

public static String id()
Return the HeuristicHazard IDL ID

Returns: an ID

insert

public static void insert(Any a, HeuristicHazard t)
Insert HeuristicHazard into an any

Parameters: a an any t HeuristicHazard value

read

public static HeuristicHazard read(InputStream istream)
Read HeuristicHazard from a marshalled stream

Parameters: istream the input stream

Returns: the readed HeuristicHazard value

type

public static TypeCode type()
Return the HeuristicHazard TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, HeuristicHazard value)
Write HeuristicHazard into a marshalled stream

Parameters: ostream the output stream value HeuristicHazard value