Uses of Interface
org.objectweb.jonas_tm.Terminator

Packages that use Terminator
org.objectweb.jonas_tm   
 

Uses of Terminator in org.objectweb.jonas_tm
 

Subinterfaces of Terminator in org.objectweb.jonas_tm
 interface RemoteControl
          Interface RemoteControl is the Control Remote Interface.
 

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

Methods in org.objectweb.jonas_tm that return Terminator
 Terminator TransactionContext.getTerminator()
           
 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()