Uses of Interface
org.mule.umo.UMOTransaction

Packages that use UMOTransaction
org.mule.extras.spring.transaction   
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.internal.notifications Internal server notification types fired via the MuleManager. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.jbi.components   
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.tcp Provides tcp connectivity for Mule
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 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

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

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

Methods in org.mule.extras.spring.transaction that return UMOTransaction
 UMOTransaction SpringTransactionFactory.beginTransaction()
           
 

Uses of UMOTransaction in org.mule.impl
 

Methods in org.mule.impl that return UMOTransaction
 UMOTransaction MuleEventContext.getCurrentTransaction()
          Returns the current transaction (if any) for the session
 UMOTransaction MuleEventContext.getTransaction()
          Returns the transaction for the current event or null if there is no transaction in progresss
 

Uses of UMOTransaction in org.mule.impl.internal.notifications
 

Constructors in org.mule.impl.internal.notifications with parameters of type UMOTransaction
TransactionNotification(UMOTransaction transaction, int action)
           
 

Uses of UMOTransaction in org.mule.providers
 

Methods in org.mule.providers with parameters of type UMOTransaction
 UMOMessage AbstractMessageReceiver.routeMessage(UMOMessage message, UMOTransaction trans, boolean synchronous)
           
 UMOMessage AbstractMessageReceiver.routeMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
 UMOMessage InternalMessageListener.onMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
protected abstract  void AbstractReceiverWorker.bindTransaction(UMOTransaction tx)
          Template method used to bind the resources of this receiver to the transaction.
 

Uses of UMOTransaction in org.mule.providers.jbi.components
 

Methods in org.mule.providers.jbi.components with parameters of type UMOTransaction
 UMOMessage MuleReceiver.onMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
 

Uses of UMOTransaction in org.mule.providers.jdbc
 

Classes in org.mule.providers.jdbc that implement UMOTransaction
 class JdbcTransaction
          TODO
 

Methods in org.mule.providers.jdbc that return UMOTransaction
 UMOTransaction JdbcTransactionFactory.beginTransaction()
           
 

Uses of UMOTransaction in org.mule.providers.jms
 

Classes in org.mule.providers.jms that implement UMOTransaction
 class JmsClientAcknowledgeTransaction
          JmsClientAcknowledgeTransaction is a transaction implementation of performing a message acknowledgement.
 class JmsTransaction
          JmsTransaction is a wrapper for a JMS local transaction.
 

Methods in org.mule.providers.jms that return UMOTransaction
 UMOTransaction JmsClientAcknowledgeTransactionFactory.beginTransaction()
           
 UMOTransaction JmsTransactionFactory.beginTransaction()
           
 

Methods in org.mule.providers.jms with parameters of type UMOTransaction
protected  void JmsMessageReceiver.JmsWorker.bindTransaction(UMOTransaction tx)
           
 

Uses of UMOTransaction in org.mule.providers.tcp
 

Methods in org.mule.providers.tcp with parameters of type UMOTransaction
protected  void TcpMessageReceiver.TcpWorker.bindTransaction(UMOTransaction tx)
           
 

Uses of UMOTransaction in org.mule.providers.vm
 

Classes in org.mule.providers.vm that implement UMOTransaction
 class VMTransaction
           
 

Methods in org.mule.providers.vm that return UMOTransaction
 UMOTransaction VMTransactionFactory.beginTransaction()
           
 

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

Methods in org.mule.tck.testmodels.mule that return UMOTransaction
 UMOTransaction TestTransactionFactory.beginTransaction()
           
 

Uses of UMOTransaction in org.mule.transaction
 

Classes in org.mule.transaction that implement UMOTransaction
 class AbstractSingleResourceTransaction
          This abstract class can be used as a base class for transactions that can enlist only one resource (such as a JMS session or JDBC connection).
 class AbstractTransaction
          This base class provides low level features for transactions.
 class XaTransaction
          XaTransaction represents an XA transaction in Mule.
 

Methods in org.mule.transaction that return UMOTransaction
 UMOTransaction XaTransactionFactory.beginTransaction()
           
 UMOTransaction TransactionCoordination.getTransaction()
           
 

Methods in org.mule.transaction with parameters of type UMOTransaction
 void TransactionCoordination.unbindTransaction(UMOTransaction transaction)
           
 void TransactionCoordination.bindTransaction(UMOTransaction transaction)
           
 

Uses of UMOTransaction in org.mule.umo
 

Methods in org.mule.umo that return UMOTransaction
 UMOTransaction UMOTransactionFactory.beginTransaction()
          Create and begins a new transaction
 UMOTransaction UMOEventContext.getCurrentTransaction()
          Returns the current transaction (if any) for the session
 UMOTransaction UMOEventContext.getTransaction()
          Returns the transaction for the current event or null if there is no transaction in progresss
 

Uses of UMOTransaction in org.mule.umo.provider
 

Methods in org.mule.umo.provider with parameters of type UMOTransaction
 UMOMessage UMOMessageReceiver.routeMessage(UMOMessage message, UMOTransaction trans, boolean synchronous)
           
 UMOMessage UMOMessageReceiver.routeMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
 



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