Uses of Interface
org.objectweb.jotm.TransactionContext

Packages that use TransactionContext
org.objectweb.jotm   
 

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 Current.getPropagationContext(boolean hold)
          Get the transaction context associated with the current thread or null if the thread is not involved in a transaction.
 TransactionContext TransactionImpl.getPropagationContext(boolean hold)
          Return associated PropagationContext Used for implicit Context propagation.
 

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

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



Copyright ? 2005-2010 OW2 Consortium. All Rights Reserved.