Uses of Interface
org.objectweb.jotm.Terminator

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

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.