Uses of Interface
org.mule.umo.UMOTransactionFactory

Packages that use UMOTransactionFactory
org.mule.extras.spring.transaction   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.providers.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.tck.testmodels.mule   
org.mule.transaction Contains the core transaction support classes and exception types. 
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

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

Classes in org.mule.extras.spring.transaction that implement UMOTransactionFactory
 class SpringTransactionFactory
          TODO: document this class
 

Uses of UMOTransactionFactory in org.mule.impl
 

Methods in org.mule.impl that return UMOTransactionFactory
 UMOTransactionFactory MuleTransactionConfig.getFactory()
           
 

Methods in org.mule.impl with parameters of type UMOTransactionFactory
 void MuleTransactionConfig.setFactory(UMOTransactionFactory factory)
           
 

Uses of UMOTransactionFactory in org.mule.providers.jdbc
 

Classes in org.mule.providers.jdbc that implement UMOTransactionFactory
 class JdbcTransactionFactory
          TODO
 

Uses of UMOTransactionFactory in org.mule.providers.jms
 

Classes in org.mule.providers.jms that implement UMOTransactionFactory
 class JmsClientAcknowledgeTransactionFactory
          JmsClientAcknowledgeTransactionFactory creates a JMS Client Acknowledge Transaction using a JMS Message.
 class JmsTransactionFactory
           JmsTransactionFactory creates a JMS local transaction
 

Uses of UMOTransactionFactory in org.mule.providers.service
 

Methods in org.mule.providers.service that return UMOTransactionFactory
 UMOTransactionFactory TransportServiceDescriptor.createTransactionFactory()
           
 

Uses of UMOTransactionFactory in org.mule.providers.vm
 

Classes in org.mule.providers.vm that implement UMOTransactionFactory
 class VMTransactionFactory
           
 

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

Classes in org.mule.tck.testmodels.mule that implement UMOTransactionFactory
 class TestTransactionFactory
          TestTransactionFactory TODO
 

Uses of UMOTransactionFactory in org.mule.transaction
 

Classes in org.mule.transaction that implement UMOTransactionFactory
 class XaTransactionFactory
          XaTransactionFactory Is used to create/retrieve a Transaction from a transaction manager configured on the MuleManager.
 

Uses of UMOTransactionFactory in org.mule.umo
 

Methods in org.mule.umo that return UMOTransactionFactory
 UMOTransactionFactory UMOTransactionConfig.getFactory()
           
 

Methods in org.mule.umo with parameters of type UMOTransactionFactory
 void UMOTransactionConfig.setFactory(UMOTransactionFactory factory)
           
 



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