Uses of Interface
org.objectweb.jotm.Coordinator

Packages that use Coordinator
org.objectweb.jotm   
 

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()
          get the Coordinator of the transaction.
 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()
          get Coordinator.
 

Methods in org.objectweb.jotm with parameters of type Coordinator
 void TransactionContext.setCoordinator(Coordinator c)
          set the Coordinator of the transaction.
 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, Terminator term, javax.transaction.xa.Xid x)
          Build a new TransactionContext (from JTA layer)
InternalTransactionContext(int t, Coordinator c, javax.transaction.xa.Xid x)