org.omg.CosTransactions

Class RecoveryCoordinatorHelper

public class RecoveryCoordinatorHelper extends Object

Helper class for : RecoveryCoordinator

Author: OpenORB Compiler

Method Summary
static RecoveryCoordinatorextract(Any a)
Extract RecoveryCoordinator from an any
static Stringid()
Return the RecoveryCoordinator IDL ID
static voidinsert(Any a, RecoveryCoordinator t)
Insert RecoveryCoordinator into an any
static RecoveryCoordinatornarrow(Object obj)
Narrow CORBA::Object to RecoveryCoordinator
static RecoveryCoordinatorread(InputStream istream)
Read RecoveryCoordinator from a marshalled stream
static TypeCodetype()
Return the RecoveryCoordinator TypeCode
static RecoveryCoordinatorunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to RecoveryCoordinator
static voidwrite(OutputStream ostream, RecoveryCoordinator value)
Write RecoveryCoordinator into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted RecoveryCoordinator value

id

public static String id()
Return the RecoveryCoordinator IDL ID

Returns: an ID

insert

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

Parameters: a an any t RecoveryCoordinator value

narrow

public static RecoveryCoordinator narrow(Object obj)
Narrow CORBA::Object to RecoveryCoordinator

Parameters: obj the CORBA Object

Returns: RecoveryCoordinator Object

read

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

Parameters: istream the input stream

Returns: the readed RecoveryCoordinator value

type

public static TypeCode type()
Return the RecoveryCoordinator TypeCode

Returns: a TypeCode

unchecked_narrow

public static RecoveryCoordinator unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to RecoveryCoordinator

Parameters: obj the CORBA Object

Returns: RecoveryCoordinator Object

write

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

Parameters: ostream the output stream value RecoveryCoordinator value