Uses of Class
org.jboss.tm.TransactionLocal

Packages that use TransactionLocal
org.jboss.tm The default Transaction Manager implementation
 

Uses of TransactionLocal in org.jboss.tm
 

Methods in org.jboss.tm with parameters of type TransactionLocal
 boolean TransactionLocalDelegate.containsValue(TransactionLocal local, Transaction tx)
          does Transaction contain object?
 boolean TransactionLocalDelegateImpl.containsValue(TransactionLocal local, Transaction tx)
           
 boolean TxManager.containsValue(TransactionLocal local, Transaction tx)
          Deprecated.  
 Object TransactionLocalDelegate.getValue(TransactionLocal local, Transaction tx)
          get the transaction local value.
 Object TransactionLocalDelegateImpl.getValue(TransactionLocal local, Transaction tx)
           
 Object TxManager.getValue(TransactionLocal local, Transaction tx)
          Deprecated.  
 void TransactionLocalDelegate.lock(TransactionLocal local, Transaction tx)
          Lock the transaction local in the context of this transaction
 void TransactionLocalDelegateImpl.lock(TransactionLocal local, Transaction tx)
           
 void TxManager.lock(TransactionLocal local, Transaction tx)
          Deprecated.  
 void TransactionLocalDelegate.storeValue(TransactionLocal local, Transaction tx, Object value)
          put the value in the transaction local
 void TransactionLocalDelegateImpl.storeValue(TransactionLocal local, Transaction tx, Object value)
           
 void TxManager.storeValue(TransactionLocal local, Transaction tx, Object value)
          Deprecated.  
 void TransactionLocalDelegate.unlock(TransactionLocal local, Transaction tx)
          Unlock the transaction local in the context of this transaction
 void TransactionLocalDelegateImpl.unlock(TransactionLocal local, Transaction tx)
           
 void TxManager.unlock(TransactionLocal local, Transaction tx)
          Deprecated.  
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.