Uses of Interface
org.objectweb.jotm.TransactionContext

Packages that use TransactionContext
org.objectweb.jotm JOTM (Java Open Transaction Manager), the ObjectWeb Transaction Manager 
org.objectweb.jotm.jta.rmi Transaction interceptors for RMI/JRMP 
 

Uses of TransactionContext in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement TransactionContext
 class InternalTransactionContext
          Classe InternalTransactionContext is a generic implementation of the JOTM Transaction Context.
 

Methods in org.objectweb.jotm that return TransactionContext
 TransactionContext TransactionImpl.getPropagationContext(boolean hold)
          Return associated PropagationContext Used for implicit Context propagation.
 TransactionContext Current.getPropagationContext(boolean hold)
          Get the transaction context associated with the current thread or null if the thread is not involved in a transaction.
 

Methods in org.objectweb.jotm with parameters of type TransactionContext
 void TransactionImpl.updatePropagationContext(TransactionContext pctx)
          update the propagation context We should be inside the reply of a request involved in a tx here!
 Control TransactionFactoryImpl.recreate(TransactionContext ctx)
          Recreate locally a Control object for an existing transaction.
 Control TransactionFactory.recreate(TransactionContext ctx)
           
 void Current.setPropagationContext(TransactionContext pctx, boolean isReply)
          Associate to the current thread a transaction represented by its transaction context.
 

Constructors in org.objectweb.jotm with parameters of type TransactionContext
TransactionImpl(TransactionContext pctx)
          New Transaction for this thread (setPropagationContext)
 

Uses of TransactionContext in org.objectweb.jotm.jta.rmi
 

Methods in org.objectweb.jotm.jta.rmi that return TransactionContext
 TransactionContext JTATransactionServiceContext.getTransactionContext()
          get the transaction context
 

Methods in org.objectweb.jotm.jta.rmi with parameters of type TransactionContext
 void JTATransactionServiceContext.setContext(TransactionContext txCtx, boolean isReply)
          constructor