|
JBoss Transaction 7.0.0 SPI 7.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
TransactionLocalDelegateImpl.containsValue(TransactionLocal local,
Transaction tx)
Deprecated. |
boolean |
TransactionLocalDelegate.containsValue(TransactionLocal local,
Transaction tx)
Deprecated. does Transaction contain object? |
Object |
TransactionLocalDelegateImpl.getValue(TransactionLocal local,
Transaction tx)
Deprecated. |
Object |
TransactionLocalDelegate.getValue(TransactionLocal local,
Transaction tx)
Deprecated. get the transaction local value. |
void |
TransactionLocalDelegateImpl.lock(TransactionLocal local,
Transaction tx)
Deprecated. |
void |
TransactionLocalDelegate.lock(TransactionLocal local,
Transaction tx)
Deprecated. Lock the transaction local in the context of this transaction |
void |
TransactionLocalDelegateImpl.storeValue(TransactionLocal local,
Transaction tx,
Object value)
Deprecated. |
void |
TransactionLocalDelegate.storeValue(TransactionLocal local,
Transaction tx,
Object value)
Deprecated. put the value in the transaction local |
void |
TransactionLocalDelegateImpl.unlock(TransactionLocal local,
Transaction tx)
Deprecated. |
void |
TransactionLocalDelegate.unlock(TransactionLocal local,
Transaction tx)
Deprecated. Unlock the transaction local in the context of this transaction |
|
JBoss Transaction 7.0.0 SPI 7.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||