Uses of Interface
org.objectweb.jotm.Coordinator

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

Uses of Coordinator in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement Coordinator
 class ControlImpl
          Implementation of the object that represents a transaction.
 

Methods in org.objectweb.jotm that return Coordinator
 Coordinator TransactionContext.getCoordinator()
           
 Coordinator InternalTransactionContext.getCoordinator()
          Get the coordinator associated with the transaction
 Coordinator ControlImpl.get_coordinator()
          Gets the Coordinator object for this transaction
 Coordinator Control.get_coordinator()
           
 

Methods in org.objectweb.jotm with parameters of type Coordinator
 void TransactionContext.setCoordinator(Coordinator c)
           
 void InternalTransactionContext.setCoordinator(Coordinator coord)
          Set the coordinator associated with the transaction
 boolean Coordinator.is_same_transaction(Coordinator tc)
           
 boolean ControlImpl.is_same_transaction(Coordinator tc)
          Tests if the given coordinator represents this transaction
 

Constructors in org.objectweb.jotm with parameters of type Coordinator
InternalTransactionContext(int t, Coordinator c, Xid x)
          Build a new TransactionContext (from JTA layer)