Uses of Interface
org.objectweb.jotm.Control

Packages that use Control
org.objectweb.jotm   
 

Uses of Control in org.objectweb.jotm
 

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

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

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