Uses of Interface
org.omg.CosTransactions.Resource

Packages that use Resource
org.omg.CosTransactions   
 

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
static Resource ResourceHelper.extract(Any any)
           
static Resource ResourceHelper.read(InputStream in)
           
static Resource ResourceHelper.narrow(java.lang.Object obj)
           
static Resource ResourceHelper.narrow(Object obj)
           
static Resource ResourceHelper.unchecked_narrow(Object obj)
           
 Resource ResourcePOA._this()
           
 Resource ResourcePOA._this(ORB orb)
           
 Resource ResourcePOATie._this()
           
 Resource ResourcePOATie._this(ORB orb)
           
 

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

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