org.omg.CosTransactions
Class RecoveryCoordinatorHelper

java.lang.Object
  |
  +--org.omg.CosTransactions.RecoveryCoordinatorHelper

public class RecoveryCoordinatorHelper
extends java.lang.Object


Method Summary
static RecoveryCoordinator extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, RecoveryCoordinator that)
           
static RecoveryCoordinator narrow(Object that)
           
static RecoveryCoordinator read(org.omg.CORBA.portable.InputStream in)
           
static TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, RecoveryCoordinator that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         RecoveryCoordinator that)

read

public static RecoveryCoordinator read(org.omg.CORBA.portable.InputStream in)

extract

public static RecoveryCoordinator extract(Any a)

insert

public static void insert(Any a,
                          RecoveryCoordinator that)

type

public static TypeCode type()

id

public static java.lang.String id()

narrow

public static RecoveryCoordinator narrow(Object that)
                                  throws BAD_PARAM