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.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 |
---|---|
void |
DefaultMuleEventContext.markTransactionForRollback() |
Modifier and Type | Method and Description |
---|---|
void |
MuleEventContext.markTransactionForRollback()
Mark the current transaction (if any) for rollback
|
Modifier and Type | Method and Description |
---|---|
void |
Transaction.begin()
Begin the transaction.
|
Transaction |
TransactionFactory.beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
void |
Transaction.bindResource(Object key,
Object resource) |
void |
Transaction.commit()
Commit the transaction
|
int |
Transaction.getStatus() |
boolean |
Transaction.isBegun() |
boolean |
Transaction.isCommitted() |
boolean |
Transaction.isRollbackOnly() |
boolean |
Transaction.isRolledBack() |
void |
Transaction.resume()
Resume the XA transaction
|
void |
Transaction.rollback()
Rollback the transaction
|
void |
Transaction.setRollbackOnly() |
Transaction |
Transaction.suspend()
Suspend the XA transaction
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalTransactionStateException
IllegalTransactionStateException TODO (document class) |
class |
TransactionInProgressException
TransactionInProgressException is thrown if a new transaction is
started when there is one already in progress. |
class |
TransactionNotInProgressException
TransactionNotInProgressException TODO (document class) |
class |
TransactionRollbackException |
class |
TransactionStatusException |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSingleResourceTransaction.begin() |
void |
AbstractTransaction.begin() |
Transaction |
XaTransactionFactory.beginTransaction(MuleContext muleContext) |
void |
AbstractSingleResourceTransaction.bindResource(Object key,
Object resource) |
void |
XaTransaction.bindResource(Object key,
Object resource) |
void |
TransactionCoordination.bindTransaction(Transaction transaction) |
void |
AbstractSingleResourceTransaction.commit() |
void |
AbstractTransaction.commit() |
boolean |
XaTransaction.delistResource(XAResource resource,
int tmflag) |
protected abstract void |
AbstractTransaction.doBegin()
Really begin the transaction.
|
protected void |
XaTransaction.doBegin() |
protected abstract void |
AbstractTransaction.doCommit()
Commit the transaction on the underlying resource
|
protected void |
XaTransaction.doCommit() |
protected abstract void |
AbstractTransaction.doRollback()
Rollback the transaction on the underlying resource
|
boolean |
XaTransaction.MuleXaObject.enlist() |
boolean |
XaTransaction.enlistResource(XAResource resource) |
boolean |
AbstractTransaction.isBegun() |
boolean |
AbstractTransaction.isCommitted() |
boolean |
AbstractTransaction.isRollbackOnly() |
boolean |
AbstractTransaction.isRolledBack() |
protected void |
TransactionTemplate.resolveTransaction(Transaction tx) |
void |
AbstractTransaction.resume() |
void |
XaTransaction.resume() |
protected void |
TransactionTemplate.resumeXATransaction(Transaction tx) |
void |
AbstractSingleResourceTransaction.rollback() |
void |
AbstractTransaction.rollback() |
Transaction |
AbstractTransaction.suspend() |
Transaction |
XaTransaction.suspend() |
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.
|
Modifier and Type | Method and Description |
---|---|
Transaction |
JmsClientAcknowledgeTransactionFactory.beginTransaction(MuleContext muleContext) |
Transaction |
JmsTransactionFactory.beginTransaction(MuleContext muleContext) |
void |
JmsTransaction.bindResource(Object key,
Object resource) |
void |
JmsClientAcknowledgeTransaction.bindResource(Object key,
Object resource) |
protected void |
MultiConsumerJmsMessageReceiver.JmsWorker.bindTransaction(Transaction tx) |
protected void |
JmsMessageReceiver.JmsWorker.bindTransaction(Transaction tx) |
protected void |
JmsTransaction.doBegin() |
protected void |
JmsClientAcknowledgeTransaction.doBegin() |
protected void |
JmsTransaction.doCommit() |
protected void |
JmsClientAcknowledgeTransaction.doCommit() |
protected void |
JmsTransaction.doRollback() |
protected void |
JmsClientAcknowledgeTransaction.doRollback() |
Modifier and Type | Method and Description |
---|---|
protected void |
TcpMessageReceiver.TcpWorker.bindTransaction(Transaction tx) |
Modifier and Type | Method and Description |
---|---|
Transaction |
VMTransactionFactory.beginTransaction(MuleContext muleContext) |
void |
VMTransaction.bindResource(Object key,
Object resource) |
protected void |
VMTransaction.doBegin() |
protected void |
VMTransaction.doCommit() |
protected void |
VMTransaction.doRollback() |
Constructor and Description |
---|
VMTransaction(MuleContext muleContext) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.