Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
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.api.transaction | |
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.transaction |
Contains the core transaction support classes and exception types.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
DefaultMuleEventContext.getCurrentTransaction()
Returns the current transaction (if any) for the session
|
Transaction |
DefaultMuleEventContext.getTransaction()
Returns the transaction for the current event or null if there is no
transaction in progresss
|
Modifier and Type | Method and Description |
---|---|
Transaction |
MuleEventContext.getCurrentTransaction()
Returns the current transaction (if any) for the session
|
Transaction |
MuleEventContext.getTransaction()
Returns the transaction for the current event or null if there is no
transaction in progresss
|
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionFactory.beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
Modifier and Type | Method and Description |
---|---|
MuleMessage |
InternalMessageListener.onMessage(MuleMessage message,
Transaction trans,
boolean synchronous,
OutputStream outputStream) |
MuleMessage |
MessageReceiver.routeMessage(MuleMessage message,
Transaction trans,
boolean synchronous) |
MuleMessage |
MessageReceiver.routeMessage(MuleMessage message,
Transaction trans,
boolean synchronous,
OutputStream outputStream) |
Constructor and Description |
---|
TransactionNotification(Transaction transaction,
int action) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Transaction |
XaTransactionFactory.beginTransaction(MuleContext muleContext) |
Transaction |
TransactionCoordination.getTransaction() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionCoordination.bindTransaction(Transaction transaction) |
protected void |
TransactionTemplate.resolveTransaction(Transaction tx) |
protected void |
TransactionTemplate.resumeXATransaction(Transaction tx) |
protected void |
TransactionTemplate.suspendXATransaction(Transaction tx) |
void |
TransactionCoordination.unbindTransaction(Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractReceiverWorker.bindTransaction(Transaction tx)
Template method used to bind the resources of this receiver to the transaction.
|
MuleMessage |
AbstractMessageReceiver.routeMessage(MuleMessage message,
Transaction trans,
boolean synchronous) |
MuleMessage |
AbstractMessageReceiver.routeMessage(MuleMessage message,
Transaction trans,
boolean synchronous,
OutputStream outputStream) |
Modifier and Type | Class and Description |
---|---|
class |
JmsClientAcknowledgeTransaction
JmsClientAcknowledgeTransaction is a transaction implementation of
performing a message acknowledgement. |
class |
JmsTransaction
JmsTransaction is a wrapper for a JMS local transaction. |
Modifier and Type | Method and Description |
---|---|
Transaction |
JmsClientAcknowledgeTransactionFactory.beginTransaction(MuleContext muleContext) |
Transaction |
JmsTransactionFactory.beginTransaction(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
MultiConsumerJmsMessageReceiver.JmsWorker.bindTransaction(Transaction tx) |
protected void |
JmsMessageReceiver.JmsWorker.bindTransaction(Transaction tx) |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpMessageReceiver.TcpWorker.bindTransaction(Transaction tx) |
Modifier and Type | Class and Description |
---|---|
class |
VMTransaction |
Modifier and Type | Method and Description |
---|---|
Transaction |
VMTransactionFactory.beginTransaction(MuleContext muleContext) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.