org.mule.tck.testmodels.mule
Class TestTransactionManagerFactory

java.lang.Object
  extended by org.mule.tck.testmodels.mule.TestTransactionManagerFactory
All Implemented Interfaces:
UMOTransactionManagerFactory

public class TestTransactionManagerFactory
extends Object
implements UMOTransactionManagerFactory

TestTransactionManagerFactory TODO


Constructor Summary
TestTransactionManagerFactory()
           
 
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
 

Constructor Detail

TestTransactionManagerFactory

public TestTransactionManagerFactory()
Method Detail

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-2008 MuleSource, Inc.. All Rights Reserved.