| Package | Description |
|---|---|
| org.mule.runtime.core.api | |
| org.mule.runtime.core.api.transaction | |
| org.mule.runtime.core.processor | |
| org.mule.runtime.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
SingleResourceTransactionFactoryManager.getTransactionFactoryFor(Class type) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleResourceTransactionFactoryManager.registerTransactionFactory(Class supportedType,
TransactionFactory transactionFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalTransactionAwareTransactionFactory
ExternalTransactionAwareTransactionFactory creates a transaction, possibly representing a transaction started
outside Mule. |
interface |
TypedTransactionFactory
TransactionFactory that specifies the TransactionType it handles. |
interface |
UniversalTransactionFactory
A factory than can create both bound and unbound transactions
|
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
TransactionConfig.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionConfig.setFactory(TransactionFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateTransactionFactory
Transaction factory for DelegateTransaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XaTransactionFactory
XaTransactionFactory Is used to create/retrieve a Transaction from a transaction manager configured on the
MuleManager. |
| Modifier and Type | Method and Description |
|---|---|
TransactionFactory |
MuleTransactionConfig.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleTransactionConfig.setFactory(TransactionFactory factory) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.