|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.providers.gs | Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. |
| 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.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 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.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.providers.gs |
| Classes in org.mule.providers.gs that implement UMOTransaction | |
class |
JiniTransaction
Provides a Jini Transaction wrapper so that Jini transactions can be used in Mule. |
| Methods in org.mule.providers.gs that return UMOTransaction | |
UMOTransaction |
JiniTransactionFactory.beginTransaction()
Create and begins a new 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 |
JmsTransactionFactory.beginTransaction()
|
UMOTransaction |
JmsClientAcknowledgeTransactionFactory.beginTransaction()
|
| 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 |
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 |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||