Uses of Interface
org.mule.umo.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.tyrex Provides access to the Tyrex transaction manager for User and Xa transactions. 
 

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 .
 

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)
           
 

Uses of UMOTransactionManagerFactory in org.mule.extras.tyrex
 

Classes in org.mule.extras.tyrex that implement UMOTransactionManagerFactory
 class TyrexTransactionManagerFactory
          TyrexTransactionManagerFactory is an implementation of UMOTransactionManagerFactory that creates a Tyrex Transaction Manager for use by the Mule Manager
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.