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