Uses of Interface
org.omg.CosTransactions.Resource
-
Packages that use Resource Package Description org.omg.CosTransactions -
-
Uses of Resource in org.omg.CosTransactions
Subinterfaces of Resource in org.omg.CosTransactions Modifier and Type Interface Description interface
SubtransactionAwareResource
org/omg/CosTransactions/SubtransactionAwareResource.java .Classes in org.omg.CosTransactions that implement Resource Modifier and Type Class Description class
_ResourceStub
org/omg/CosTransactions/_ResourceStub.java .class
_SubtransactionAwareResourceStub
org/omg/CosTransactions/_SubtransactionAwareResourceStub.java .Fields in org.omg.CosTransactions declared as Resource Modifier and Type Field Description Resource
ResourceHolder. value
Methods in org.omg.CosTransactions that return Resource Modifier and Type Method Description Resource
ResourcePOA. _this()
Resource
ResourcePOA. _this(ORB orb)
static Resource
ResourceHelper. extract(Any a)
static Resource
ResourceHelper. narrow(Object obj)
static Resource
ResourceHelper. read(InputStream istream)
static Resource
ResourceHelper. unchecked_narrow(Object obj)
Methods in org.omg.CosTransactions with parameters of type Resource Modifier and Type Method Description static void
ResourceHelper. insert(Any a, Resource that)
RecoveryCoordinator
_CoordinatorStub. register_resource(Resource r)
RecoveryCoordinator
CoordinatorOperations. register_resource(Resource r)
RecoveryCoordinator
CoordinatorPOATie. register_resource(Resource r)
Status
_RecoveryCoordinatorStub. replay_completion(Resource r)
Status
RecoveryCoordinatorOperations. replay_completion(Resource r)
Status
RecoveryCoordinatorPOATie. replay_completion(Resource r)
static void
ResourceHelper. write(OutputStream ostream, Resource value)
Constructors in org.omg.CosTransactions with parameters of type Resource Constructor Description ResourceHolder(Resource initialValue)
-