Modifier and Type | Method and Description |
---|---|
void |
TransactionManager.resume(Transaction tobj)
Resume the association of the calling thread with the given
transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
InboundBridge.start()
Associate the JTA transaction to the current Thread.
|
void |
InboundBridge.stop()
Disassociate the JTA transaction from the current Thread.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextTransactionManager.resume(Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
InvalidTransactionException |
Log_$logger.invalidTransactionConnection() |
InvalidTransactionException |
Log.invalidTransactionConnection() |
InvalidTransactionException |
Log_$logger.notSupportedTransaction(Transaction transaction) |
InvalidTransactionException |
Log.notSupportedTransaction(Transaction transaction) |
InvalidTransactionException |
Log_$logger.transactionNotAssociatedWithThisProvider() |
InvalidTransactionException |
Log.transactionNotAssociatedWithThisProvider() |
Modifier and Type | Method and Description |
---|---|
int |
SimpleIdResolver.getTransactionId(Connection connection)
Get the transaction ID for the transaction from which this instance was taken.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.