Uses of Interface
org.mule.umo.manager.UMOTransactionManagerFactory

Packages that use UMOTransactionManagerFactory
org.mule.extras.jotm Provides access to the Jotm transaction manager for User and Xa transactions. 
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.extras.spring.transaction   
org.mule.modules.jboss.transactions Provides integration with JBoss TS (Arjuna). 
org.mule.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.testmodels.mule   
org.mule.transaction.lookup   
 

Uses of UMOTransactionManagerFactory in org.mule.extras.jotm
 

Classes in org.mule.extras.jotm that implement UMOTransactionManagerFactory
 class JotmTransactionManagerFactory
          This factory retrieves the transaction manager for JOTM .
 

Methods in org.mule.extras.jotm that return UMOTransactionManagerFactory
protected  UMOTransactionManagerFactory JotmTxThreadAssociationTestCase.getTransactionManagerFactory()
           
 

Uses of UMOTransactionManagerFactory in org.mule.extras.spring.config
 

Methods in org.mule.extras.spring.config with parameters of type UMOTransactionManagerFactory
 void UMOManagerFactoryBean.setTransactionManagerFactory(UMOTransactionManagerFactory factory)
          Deprecated.  
 

Uses of UMOTransactionManagerFactory in org.mule.extras.spring.transaction
 

Classes in org.mule.extras.spring.transaction that implement UMOTransactionManagerFactory
 class SpringTransactionManagerFactory
          A holder to a transaction manager set via a Spring Application context
 

Uses of UMOTransactionManagerFactory in org.mule.modules.jboss.transactions
 

Classes in org.mule.modules.jboss.transactions that implement UMOTransactionManagerFactory
 class JBossArjunaTransactionManagerFactory
           
 

Uses of UMOTransactionManagerFactory in org.mule.tck
 

Methods in org.mule.tck that return UMOTransactionManagerFactory
protected abstract  UMOTransactionManagerFactory AbstractTxThreadAssociationTestCase.getTransactionManagerFactory()
           
 

Uses of UMOTransactionManagerFactory in org.mule.tck.testmodels.mule
 

Classes in org.mule.tck.testmodels.mule that implement UMOTransactionManagerFactory
 class TestTransactionManagerFactory
          TestTransactionManagerFactory TODO
 

Uses of UMOTransactionManagerFactory in org.mule.transaction.lookup
 

Classes in org.mule.transaction.lookup that implement UMOTransactionManagerFactory
 class GenericTransactionManagerLookupFactory
          A factory performing a JNDI lookup for TransactionManager.
 class JBossTransactionManagerLookupFactory
           
 class JRunTransactionManagerLookupFactory
           
 class Resin3TransactionManagerLookupFactory
           
 class WeblogicTransactionManagerLookupFactory
           
 class WebsphereTransactionManagerLookupFactory
          The code borrowed from Spring's org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.