Package | Description |
---|---|
org.jboss.tm |
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionLocalDelegate.containsValue(TransactionLocal local,
Transaction tx)
Deprecated.
does Transaction contain object?
|
boolean |
TransactionLocalDelegateImpl.containsValue(TransactionLocal local,
Transaction tx)
Deprecated.
|
Object |
TransactionLocalDelegate.getValue(TransactionLocal local,
Transaction tx)
Deprecated.
get the transaction local value.
|
Object |
TransactionLocalDelegateImpl.getValue(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.lock(TransactionLocal local,
Transaction tx)
Deprecated.
|
void |
TransactionLocalDelegate.storeValue(TransactionLocal local,
Transaction tx,
Object value)
Deprecated.
put the value in the transaction local
|
void |
TransactionLocalDelegateImpl.storeValue(TransactionLocal local,
Transaction tx,
Object value)
Deprecated.
|
void |
TransactionLocalDelegate.unlock(TransactionLocal local,
Transaction tx)
Deprecated.
Unlock the transaction local in the context of this transaction
|
void |
TransactionLocalDelegateImpl.unlock(TransactionLocal local,
Transaction tx)
Deprecated.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.