public class SpringTransactionFactory extends Object implements TransactionFactory
| Modifier and Type | Class and Description |
|---|---|
class |
SpringTransactionFactory.SpringTransaction
TODO: document this class
|
| Constructor and Description |
|---|
SpringTransactionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
beginTransaction(MuleContext muleContext) |
org.springframework.transaction.PlatformTransactionManager |
getManager() |
boolean |
isTransacted() |
void |
setManager(org.springframework.transaction.PlatformTransactionManager manager) |
public Transaction beginTransaction(MuleContext muleContext) throws TransactionException
beginTransaction in interface TransactionFactoryTransactionExceptionpublic boolean isTransacted()
isTransacted in interface TransactionFactorypublic org.springframework.transaction.PlatformTransactionManager getManager()
public void setManager(org.springframework.transaction.PlatformTransactionManager manager)
manager - The manager to set.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.