org.mule.api.transaction
Interface UnboundTransactionFactory

All Known Subinterfaces:
UniversalTransactionFactory
All Known Implementing Classes:
JdbcTransactionFactory, JmsTransactionFactory, VMTransactionFactory

public interface UnboundTransactionFactory

Create an unbound transaction, to be bound and started by other parts of the transaction framework.


Method Summary
 Transaction createUnboundTransaction(MuleContext muleContext)
           
 

Method Detail

createUnboundTransaction

Transaction createUnboundTransaction(MuleContext muleContext)
                                     throws TransactionException
Throws:
TransactionException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.