Uses of Interface
org.omg.CosTransactions.Resource

Packages that use Resource
org.jacorb.transaction   
org.omg.CosTransactions   
 

Uses of Resource in org.jacorb.transaction
 

Methods in org.jacorb.transaction with parameters of type Resource
 RecoveryCoordinator CoordinatorImpl.register_resource(Resource r)
           
 Status RecoveryCoordinatorImpl.replay_completion(Resource r)
           
 

Uses of Resource in org.omg.CosTransactions
 

Subinterfaces of Resource in org.omg.CosTransactions
 interface SubtransactionAwareResource
          Generated from IDL interface "SubtransactionAwareResource".
 

Classes in org.omg.CosTransactions that implement Resource
 class _ResourceStub
          Generated from IDL interface "Resource".
 class _SubtransactionAwareResourceStub
          Generated from IDL interface "SubtransactionAwareResource".
 

Fields in org.omg.CosTransactions declared as Resource
 Resource ResourceHolder.value
           
 

Methods in org.omg.CosTransactions that return Resource
 Resource ResourcePOATie._this()
           
 Resource ResourcePOA._this()
           
 Resource ResourcePOATie._this(ORB orb)
           
 Resource ResourcePOA._this(ORB orb)
           
static Resource ResourceHelper.extract(Any any)
           
static Resource ResourceHelper.narrow(Object obj)
           
static Resource ResourceHelper.read(InputStream in)
           
static Resource ResourceHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTransactions with parameters of type Resource
static void ResourceHelper.insert(Any any, Resource s)
           
 RecoveryCoordinator CoordinatorPOATie.register_resource(Resource r)
           
 RecoveryCoordinator CoordinatorOperations.register_resource(Resource r)
           
 RecoveryCoordinator _CoordinatorStub.register_resource(Resource r)
           
 Status RecoveryCoordinatorOperations.replay_completion(Resource r)
           
 Status RecoveryCoordinatorPOATie.replay_completion(Resource r)
           
 Status _RecoveryCoordinatorStub.replay_completion(Resource r)
           
static void ResourceHelper.write(OutputStream _out, Resource s)
           
 

Constructors in org.omg.CosTransactions with parameters of type Resource
ResourceHolder(Resource initial)
           
 



Copyright © 2015 JacORB. All rights reserved.