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 Control.get_terminator()
          get Terminator.
 Terminator ControlImpl.get_terminator()
          Gets the Terminator object for this transaction
 Terminator InternalTransactionContext.getTerminator()
          Get the Terminator associated with the transaction
 Terminator TransactionContext.getTerminator()
          get the Terminator of the transaction.
 

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

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