public interface TransactionFactory
TransactionFactory
creates a transaction.Modifier and Type | Method and Description |
---|---|
Transaction |
beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
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.
|
Transaction beginTransaction(MuleContext muleContext) throws TransactionException
muleContext
- TransactionException
- if the transaction cannot be created or begunboolean isTransacted()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.