org.mule.tck.testmodels.mule
Class TestTransactionManagerFactory
java.lang.Object
org.mule.tck.testmodels.mule.TestTransactionManagerFactory
- All Implemented Interfaces:
- UMOTransactionManagerFactory
- public class TestTransactionManagerFactory
- extends Object
- implements UMOTransactionManagerFactory
TestTransactionManagerFactory TODO
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
|
Method Summary |
TransactionManager |
create()
Creates of obtains the jta transaction manager to use for mule transactions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestTransactionManagerFactory
public TestTransactionManagerFactory()
create
public TransactionManager create()
throws Exception
- Description copied from interface:
UMOTransactionManagerFactory
- Creates of obtains the jta transaction manager to use for mule transactions
- Specified by:
create in interface UMOTransactionManagerFactory
- Returns:
- the transaction manager to use
- Throws:
Exception - if the transaction manager cannot be located or created
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.