org.openejb.core.transaction
Class TransactionContext

java.lang.Object
  extended by org.openejb.core.transaction.TransactionContext

public class TransactionContext
extends Object

Version:
$Revision: 2495 $ $Date: 2006-02-22 23:30:53 -0800 (Wed, 22 Feb 2006) $
Author:
David Blevins

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

Field Detail

clientTx

public Transaction clientTx

currentTx

public Transaction currentTx

callContext

public ThreadContext callContext

context

public final Map context
Constructor Detail

TransactionContext

public TransactionContext()

TransactionContext

public TransactionContext(ThreadContext callContext)


Copyright © 1999-2012 OpenEJB. All Rights Reserved.