org.mule.module.spring.transaction
Class SpringTransactionFactory
java.lang.Object
org.mule.module.spring.transaction.SpringTransactionFactory
- All Implemented Interfaces:
- TransactionFactory
public class SpringTransactionFactory
- extends Object
- implements TransactionFactory
TODO: document this class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringTransactionFactory
public SpringTransactionFactory()
beginTransaction
public Transaction beginTransaction(MuleContext muleContext)
throws TransactionException
- Specified by:
beginTransaction in interface TransactionFactory
- Throws:
TransactionException
isTransacted
public boolean isTransacted()
- Specified by:
isTransacted in interface TransactionFactory
getManager
public org.springframework.transaction.PlatformTransactionManager getManager()
- Returns:
- Returns the manager.
setManager
public void setManager(org.springframework.transaction.PlatformTransactionManager manager)
- Parameters:
manager - The manager to set.
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.