Uses of Class
org.jboss.tm.TransactionLocal

Packages that use TransactionLocal
org.jboss.tm   
 

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)
           
 Object TransactionLocalDelegate.getValue(TransactionLocal local, Transaction tx)
          get the transaction local value.
 Object TransactionLocalDelegateImpl.getValue(TransactionLocal local, Transaction tx)
           
 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 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 TransactionLocalDelegate.unlock(TransactionLocal local, Transaction tx)
          Unlock the transaction local in the context of this transaction
 void TransactionLocalDelegateImpl.unlock(TransactionLocal local, Transaction tx)
           
 



Copyright © 2007 JBoss Inc.. All Rights Reserved.