Package | Description |
---|---|
javax.transaction | |
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.engine.transaction.jta.platform.spi | |
org.jboss.ejb.client | |
org.jboss.ejb.server |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionManager.getTransaction()
Get the transaction associated with the calling thread.
|
Transaction |
TransactionManager.suspend()
Suspend the association the calling thread has to a transaction,
and return the suspended transaction.
|
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 | Class and Description |
---|---|
class |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter |
Modifier and Type | Method and Description |
---|---|
Transaction |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.getTransaction() |
Transaction |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.suspend() |
Modifier and Type | Method and Description |
---|---|
Object |
WebSphereLibertyJtaPlatform.getTransactionIdentifier(Transaction transaction) |
Object |
WebSphereExtendedJtaPlatform.getTransactionIdentifier(Transaction transaction) |
Object |
NoJtaPlatform.getTransactionIdentifier(Transaction transaction) |
Object |
AbstractJtaPlatform.getTransactionIdentifier(Transaction transaction) |
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.resume(Transaction txn) |
Modifier and Type | Method and Description |
---|---|
Object |
JtaPlatform.getTransactionIdentifier(Transaction transaction)
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
|
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Transaction> |
AttachmentKeys.TRANSACTION_KEY
The attachment key for transaction propagation.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
SessionOpenRequest.getTransaction()
Get the inflowed transaction of the request.
|
Transaction |
InvocationRequest.Resolved.getTransaction()
Get the inflowed transaction of the request.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.