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
          org/omg/CosTransactions/SubtransactionAwareResource.java .
 

Classes in org.omg.CosTransactions that implement Resource
 class _ResourceImplBase
          org/omg/CosTransactions/_ResourceImplBase.java .
 class _ResourceStub
          org/omg/CosTransactions/_ResourceStub.java .
 class _SubtransactionAwareResourceImplBase
          org/omg/CosTransactions/_SubtransactionAwareResourceImplBase.java .
 class _SubtransactionAwareResourceStub
          org/omg/CosTransactions/_SubtransactionAwareResourceStub.java .
 

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

Methods in org.omg.CosTransactions that return Resource
static Resource ResourceHelper.extract(org.omg.CORBA.Any a)
           
static Resource ResourceHelper.narrow(org.omg.CORBA.Object obj)
           
static Resource ResourceHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Resource ResourceHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in org.omg.CosTransactions with parameters of type Resource
static void ResourceHelper.insert(org.omg.CORBA.Any a, Resource that)
           
 RecoveryCoordinator _CoordinatorStub.register_resource(Resource r)
           
 RecoveryCoordinator CoordinatorOperations.register_resource(Resource r)
           
 Status _RecoveryCoordinatorStub.replay_completion(Resource r)
           
 Status RecoveryCoordinatorOperations.replay_completion(Resource r)
           
static void ResourceHelper.write(org.omg.CORBA.portable.OutputStream ostream, Resource value)
           
 

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



Copyright © 2008. All Rights Reserved.