|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.spring.transaction.SpringTransactionManagerFactory
public class SpringTransactionManagerFactory
A holder to a transaction manager set via a Spring Application context
Constructor Summary | |
---|---|
SpringTransactionManagerFactory()
|
Method Summary | |
---|---|
javax.transaction.TransactionManager |
create(MuleConfiguration config)
Creates of obtains the jta transaction manager to use for mule transactions |
void |
setTransactionManager(javax.transaction.TransactionManager transactionManager)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpringTransactionManagerFactory()
Method Detail |
---|
public void setTransactionManager(javax.transaction.TransactionManager transactionManager)
public javax.transaction.TransactionManager create(MuleConfiguration config) throws java.lang.Exception
TransactionManagerFactory
create
in interface TransactionManagerFactory
config
- Mule configuration parameters
java.lang.Exception
- if the transaction manager cannot be located or created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |