| Package | Description |
|---|---|
| javax.transaction |
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
|
| org.infinispan.commons.tx | |
| org.jboss.jbossts.txbridge.inbound |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManager.resume(Transaction tobj)
Resume the transaction context association of the calling thread
with the transaction represented by the supplied Transaction object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManagerImpl.resume(Transaction tx) |
| 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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.