public class XaTransactionFactory extends Object implements TransactionFactory
XaTransactionFactory
Is used to create/retrieve a Transaction from
a transaction manager configured on the MuleManager.Constructor and Description |
---|
XaTransactionFactory() |
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.
|
public Transaction beginTransaction(MuleContext muleContext) throws TransactionException
TransactionFactory
beginTransaction
in interface TransactionFactory
TransactionException
- if the transaction cannot be created or begunpublic boolean isTransacted()
isTransacted
in interface TransactionFactory
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.