| Package | Description |
|---|---|
| com.atomikos.icatch |
| Modifier and Type | Method and Description |
|---|---|
Propagation |
ExportingTransactionManager.getPropagation()
Gets the propagation info of the transaction for the calling thread.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeTransaction |
ImportingTransactionManager.importTransaction(Propagation propagation,
boolean orphancheck,
boolean heur_commit)
Imports the transaction propagation obtained from an incoming request.
|
CompositeTransaction |
TransactionService.recreateCompositeTransaction(Propagation context,
boolean orphancheck,
boolean heur_commit)
Recreates a composite transaction based on an imported context.
|
CompositeTransaction |
CompositeTransactionManager.recreateCompositeTransaction(Propagation propagation,
boolean orphancheck,
boolean heur_commit)
Recreate a composite transaction based on an imported context.
|
Copyright © 2018. All Rights Reserved.