public class DelegateTransactionFactory extends Object implements TypedTransactionFactory
| Constructor and Description |
|---|
DelegateTransactionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
TransactionType |
getType() |
boolean |
isTransacted()
Determines whether this transaction factory creates transactions that are really transacted or if they are being used to
simulate batch actions, such as using Jms Client Acknowledge.
|
public Transaction beginTransaction(MuleContext muleContext) throws org.mule.runtime.api.tx.TransactionException
TransactionFactorybeginTransaction in interface TransactionFactoryorg.mule.runtime.api.tx.TransactionException - if the transaction cannot be created or begunpublic boolean isTransacted()
TransactionFactoryisTransacted in interface TransactionFactorypublic TransactionType getType()
getType in interface TypedTransactionFactoryTransactionType handledCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.