Uses of Interface
org.objectweb.jotm.Terminator

Packages that use Terminator
org.objectweb.jotm   
 

Uses of Terminator in org.objectweb.jotm
 

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

Methods in org.objectweb.jotm that return Terminator
 Terminator TransactionContext.getTerminator()
          get the Terminator of the transaction.
 Terminator InternalTransactionContext.getTerminator()
          Get the Terminator associated with the transaction
 Terminator ControlImpl.get_terminator()
          Gets the Terminator object for this transaction
 Terminator Control.get_terminator()
          get Terminator.
 

Methods in org.objectweb.jotm with parameters of type Terminator
 void TransactionContext.setTerminator(Terminator t)
          set the Terminator of the transaction.
 void InternalTransactionContext.setTerminator(Terminator term)
          Set the termiantor associated with the transaction
 

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