A TransactionLocal is similar to ThreadLocal except it is keyed on the Transactions. A transaction local variable is cleared after the transaction completes.
@author Dain Sundstrom
@author Bill Burke
@version $Revision: 65588 $
A TransactionLocal is similar to ThreadLocal except it is keyed on the Transactions. A transaction local variable is cleared after the transaction completes.
@author Dain Sundstrom
@author Bill Burke
@author Adrian Brock
A TransactionLocal is similar to ThreadLocal except it is keyed on the Transactions. A transaction local variable is cleared after the transaction completes.
@author Dain Sundstrom
@author Bill Burke
@author adrian@jboss.org
@version $Revision: 37459 $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.