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 Control.get_coordinator()
          get Coordinator.
 Coordinator ControlImpl.get_coordinator()
          Gets the Coordinator object for this transaction
 Coordinator InternalTransactionContext.getCoordinator()
          Get the coordinator associated with the transaction
 Coordinator TransactionContext.getCoordinator()
          get the Coordinator of the transaction.
 

Methods in org.objectweb.jotm with parameters of type Coordinator
 boolean Coordinator.is_same_transaction(Coordinator tc)
           
 boolean ControlImpl.is_same_transaction(Coordinator tc)
          Tests if the given coordinator represents this transaction
 void InternalTransactionContext.setCoordinator(Coordinator coord)
          Set the coordinator associated with the transaction
 void TransactionContext.setCoordinator(Coordinator c)
          set the Coordinator of the 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)