Package | Description |
---|---|
javax.transaction | |
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.engine.transaction.jta.platform.spi |
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 |
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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.