Uses of Interface
org.objectweb.jotm.Resource

Packages that use Resource
org.objectweb.jotm JOTM (Java Open Transaction Manager), the ObjectWeb Transaction Manager 
 

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
 int RecoveryCoordinator.replay_completion(Resource r)
           
 RecoveryCoordinator Coordinator.register_resource(Resource r)
           
 RecoveryCoordinator ControlImpl.register_resource(Resource res)
          Registers a Resource object for this transaction
 int ControlImpl.replay_completion(Resource res)
          Asks the status of this transaction, after recovery of a Resource