Uses of Interface
org.omg.CosTransactions.RecoveryCoordinator

Packages that use RecoveryCoordinator
org.omg.CosTransactions   
 

Uses of RecoveryCoordinator in org.omg.CosTransactions
 

Classes in org.omg.CosTransactions that implement RecoveryCoordinator
 class _RecoveryCoordinatorStub
          Generated from IDL interface "RecoveryCoordinator"
 

Fields in org.omg.CosTransactions declared as RecoveryCoordinator
 RecoveryCoordinator RecoveryCoordinatorHolder.value
           
 

Methods in org.omg.CosTransactions that return RecoveryCoordinator
 RecoveryCoordinator _CoordinatorStub.register_resource(Resource r)
           
 RecoveryCoordinator RecoveryCoordinatorPOATie._this()
           
 RecoveryCoordinator RecoveryCoordinatorPOATie._this(ORB orb)
           
 RecoveryCoordinator RecoveryCoordinatorPOA._this()
           
 RecoveryCoordinator RecoveryCoordinatorPOA._this(ORB orb)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.extract(Any any)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.read(InputStream in)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.narrow(java.lang.Object obj)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.narrow(Object obj)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.unchecked_narrow(Object obj)
           
 RecoveryCoordinator CoordinatorPOATie.register_resource(Resource r)
           
 RecoveryCoordinator CoordinatorOperations.register_resource(Resource r)
           
 

Methods in org.omg.CosTransactions with parameters of type RecoveryCoordinator
static void RecoveryCoordinatorHelper.insert(Any any, RecoveryCoordinator s)
           
static void RecoveryCoordinatorHelper.write(OutputStream _out, RecoveryCoordinator s)
           
 

Constructors in org.omg.CosTransactions with parameters of type RecoveryCoordinator
RecoveryCoordinatorHolder(RecoveryCoordinator initial)