org.omg.CosTransactions
Class RecoveryCoordinatorHelper

java.lang.Object
  extended byorg.omg.CosTransactions.RecoveryCoordinatorHelper

public class RecoveryCoordinatorHelper
extends java.lang.Object

Helper class for : RecoveryCoordinator

Author:
OpenORB Compiler

Constructor Summary
RecoveryCoordinatorHelper()
           
 
Method Summary
static RecoveryCoordinator extract(org.omg.CORBA.Any a)
          Extract RecoveryCoordinator from an any
static java.lang.String id()
          Return the RecoveryCoordinator IDL ID
static void insert(org.omg.CORBA.Any a, RecoveryCoordinator t)
          Insert RecoveryCoordinator into an any
static RecoveryCoordinator narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to RecoveryCoordinator
static RecoveryCoordinator read(org.omg.CORBA.portable.InputStream istream)
          Read RecoveryCoordinator from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the RecoveryCoordinator TypeCode
static RecoveryCoordinator unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to RecoveryCoordinator
static void write(org.omg.CORBA.portable.OutputStream ostream, RecoveryCoordinator value)
          Write RecoveryCoordinator into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryCoordinatorHelper

public RecoveryCoordinatorHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          RecoveryCoordinator t)
Insert RecoveryCoordinator into an any

Parameters:
a - an any
t - RecoveryCoordinator value

extract

public static RecoveryCoordinator extract(org.omg.CORBA.Any a)
Extract RecoveryCoordinator from an any

Parameters:
a - an any
Returns:
the extracted RecoveryCoordinator value

type

public static org.omg.CORBA.TypeCode type()
Return the RecoveryCoordinator TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the RecoveryCoordinator IDL ID

Returns:
an ID

read

public static RecoveryCoordinator read(org.omg.CORBA.portable.InputStream istream)
Read RecoveryCoordinator from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed RecoveryCoordinator value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         RecoveryCoordinator value)
Write RecoveryCoordinator into a marshalled stream

Parameters:
ostream - the output stream
value - RecoveryCoordinator value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
RecoveryCoordinator Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
RecoveryCoordinator Object