Uses of Interface
org.mule.umo.UMOTransaction

Packages that use UMOTransaction
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
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 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.providers
 

Methods in org.mule.providers with parameters of type UMOTransaction
 UMOMessage InternalMessageListener.onMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
 UMOMessage AbstractMessageReceiver.routeMessage(UMOMessage message, UMOTransaction trans, boolean synchronous)
           
 UMOMessage AbstractMessageReceiver.routeMessage(UMOMessage message, UMOTransaction trans, boolean synchronous, OutputStream outputStream)
           
 

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 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 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
 UMOTransaction UMOTransactionFactory.beginTransaction()
          Create and begins a new transaction
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.