org.openejb.core.transaction
Class TransactionContext

java.lang.Object
  |
  +--org.openejb.core.transaction.TransactionContext

public class TransactionContext
extends java.lang.Object

Version:
$Revision: 1.1 $ $Date: 2002/01/21 08:09:03 $

Field Summary
 ThreadContext callContext
           
 javax.transaction.Transaction clientTx
           
 javax.transaction.Transaction currentTx
           
 
Constructor Summary
TransactionContext()
           
TransactionContext(ThreadContext callContext)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientTx

public javax.transaction.Transaction clientTx

currentTx

public javax.transaction.Transaction currentTx

callContext

public ThreadContext callContext
Constructor Detail

TransactionContext

public TransactionContext()

TransactionContext

public TransactionContext(ThreadContext callContext)