|
JBoss Transaction 7.0.0 SPI 7.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface TransactionLocalDelegate
The interface to implementated for a transaction local implementation
| Method Summary | |
|---|---|
boolean |
containsValue(TransactionLocal local,
Transaction tx)
Deprecated. does Transaction contain object? |
Object |
getValue(TransactionLocal local,
Transaction tx)
Deprecated. get the transaction local value. |
void |
lock(TransactionLocal local,
Transaction tx)
Deprecated. Lock the transaction local in the context of this transaction |
void |
storeValue(TransactionLocal local,
Transaction tx,
Object value)
Deprecated. put the value in the transaction local |
void |
unlock(TransactionLocal local,
Transaction tx)
Deprecated. Unlock the transaction local in the context of this transaction |
| Method Detail |
|---|
Object getValue(TransactionLocal local,
Transaction tx)
local - the transaction localtx - the transcation
void storeValue(TransactionLocal local,
Transaction tx,
Object value)
local - the transaction localtx - the transcationvalue - the value
boolean containsValue(TransactionLocal local,
Transaction tx)
local - the transaction localtx - the transcation
void lock(TransactionLocal local,
Transaction tx)
throws InterruptedException
local - the transaction localtx - the transcation
IllegalStateException - if the transaction is not active
InterruptedException - if the thread is interrupted
void unlock(TransactionLocal local,
Transaction tx)
local - the transaction localtx - the transcation
|
JBoss Transaction 7.0.0 SPI 7.0.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||