Uses of Interface
org.objectweb.jotm.Resource

Packages that use Resource
org.objectweb.jotm   
 

Uses of Resource in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement Resource
 class ControlImpl
          Implementation of the object that represents a transaction.
 class SubCoordinator
          This object is the local coordinator.
 

Methods in org.objectweb.jotm with parameters of type Resource
 RecoveryCoordinator Coordinator.register_resource(Resource r)
           
 RecoveryCoordinator ControlImpl.register_resource(Resource res)
          Registers a Resource object for this transaction
 int RecoveryCoordinator.replay_completion(Resource r)
           
 int ControlImpl.replay_completion(Resource res)
          Asks the status of this transaction, after recovery of a Resource