org.omg.CosTransactions

Class HeuristicRollbackHelper

public class HeuristicRollbackHelper extends Object

Helper class for : HeuristicRollback

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted HeuristicRollback value

id

public static String id()
Return the HeuristicRollback IDL ID

Returns: an ID

insert

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

Parameters: a an any t HeuristicRollback value

read

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

Parameters: istream the input stream

Returns: the readed HeuristicRollback value

type

public static TypeCode type()
Return the HeuristicRollback TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value HeuristicRollback value