|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.providers.jdbc | Provides jdbc transport. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
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 |
Methods in org.mule.impl with parameters of type UMOTransaction | |
protected void |
DefaultExceptionStrategy.handleTransaction(UMOTransaction tx)
|
Constructors in org.mule.impl with parameters of type UMOTransaction | |
MuleSession(UMOComponent component,
UMOTransaction transaction)
|
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,
java.io.OutputStream outputStream)
|
Uses of UMOTransaction in org.mule.providers.jdbc |
Classes in org.mule.providers.jdbc that implement UMOTransaction | |
class |
JdbcTransaction
|
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 |
JmsTransactionFactory.beginTransaction()
|
UMOTransaction |
JmsClientAcknowledgeTransactionFactory.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 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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |