org.omg.CosTransactions

Class HeuristicMixedHelper

public class HeuristicMixedHelper extends Object

Helper class for : HeuristicMixed

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted HeuristicMixed value

id

public static String id()
Return the HeuristicMixed IDL ID

Returns: an ID

insert

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

Parameters: a an any t HeuristicMixed value

read

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

Parameters: istream the input stream

Returns: the readed HeuristicMixed value

type

public static TypeCode type()
Return the HeuristicMixed TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value HeuristicMixed value