Uses of Interface
org.objectweb.jonas_tm.Control

Packages that use Control
org.objectweb.jonas_tm   
 

Uses of Control in org.objectweb.jonas_tm
 

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

Methods in org.objectweb.jonas_tm that return Control
 Control TransactionFactoryImpl.create(int timeout)
          Create a new Control implementation on JTM.
 Control TransactionFactoryImpl.recreate(TransactionContext ctx)
          Recreate locally a Control object for an existing transaction.
 Control TransactionFactory.create(int timeout)
           
 Control TransactionFactory.recreate(TransactionContext ctx)
           
 Control TransactionContext.getControl()
           
 Control InternalTransactionContext.getControl()
          Get the control associated with the transaction
 

Methods in org.objectweb.jonas_tm with parameters of type Control
 void RemoteSynchro.before_completion(Control ctrl)
           
 void RemoteSynchro.after_completion(Control ctrl, int s)