|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransactionException | |
| org.mule.extras.spring.transaction | |
| org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.providers.gs | Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. |
| 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 TransactionException in org.mule.extras.spring.transaction |
| Methods in org.mule.extras.spring.transaction that throw TransactionException | |
UMOTransaction |
SpringTransactionFactory.beginTransaction()
|
protected void |
SpringTransactionFactory.SpringTransaction.doBegin()
|
protected void |
SpringTransactionFactory.SpringTransaction.doCommit()
|
protected void |
SpringTransactionFactory.SpringTransaction.doRollback()
|
void |
SpringTransactionFactory.SpringTransaction.bindResource(Object key,
Object resource)
|
| Uses of TransactionException in org.mule.impl |
| Methods in org.mule.impl that throw TransactionException | |
void |
MuleEventContext.markTransactionForRollback()
|
| Uses of TransactionException in org.mule.providers.gs |
| Methods in org.mule.providers.gs that throw TransactionException | |
UMOTransaction |
JiniTransactionFactory.beginTransaction()
Create and begins a new transaction |
void |
JiniTransaction.bindResource(Object key,
Object resource)
|
void |
JiniTransaction.doBegin()
Begin the transaction. |
protected void |
JiniTransaction.doCommit()
|
protected void |
JiniTransaction.doRollback()
|
| Uses of TransactionException in org.mule.providers.jdbc |
| Methods in org.mule.providers.jdbc that throw TransactionException | |
UMOTransaction |
JdbcTransactionFactory.beginTransaction()
|
void |
JdbcTransaction.bindResource(Object key,
Object resource)
|
protected void |
JdbcTransaction.doBegin()
|
protected void |
JdbcTransaction.doCommit()
|
protected void |
JdbcTransaction.doRollback()
|
| Uses of TransactionException in org.mule.providers.jms |
| Methods in org.mule.providers.jms that throw TransactionException | |
void |
JmsTransaction.bindResource(Object key,
Object resource)
|
protected void |
JmsTransaction.doBegin()
|
protected void |
JmsTransaction.doCommit()
|
protected void |
JmsTransaction.doRollback()
|
protected void |
JmsClientAcknowledgeTransaction.doBegin()
|
protected void |
JmsClientAcknowledgeTransaction.doCommit()
|
protected void |
JmsClientAcknowledgeTransaction.doRollback()
|
void |
JmsClientAcknowledgeTransaction.bindResource(Object key,
Object resource)
|
UMOTransaction |
JmsTransactionFactory.beginTransaction()
|
UMOTransaction |
JmsClientAcknowledgeTransactionFactory.beginTransaction()
|
| Uses of TransactionException in org.mule.providers.vm |
| Methods in org.mule.providers.vm that throw TransactionException | |
UMOTransaction |
VMTransactionFactory.beginTransaction()
|
void |
VMTransaction.bindResource(Object key,
Object resource)
|
protected void |
VMTransaction.doBegin()
|
protected void |
VMTransaction.doCommit()
|
protected void |
VMTransaction.doRollback()
|
| Constructors in org.mule.providers.vm that throw TransactionException | |
VMTransaction()
|
|
| Uses of TransactionException in org.mule.tck.testmodels.mule |
| Methods in org.mule.tck.testmodels.mule that throw TransactionException | |
UMOTransaction |
TestTransactionFactory.beginTransaction()
|
| Uses of TransactionException in org.mule.transaction |
| Subclasses of TransactionException in org.mule.transaction | |
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
|
| Methods in org.mule.transaction that throw TransactionException | |
void |
AbstractSingleResourceTransaction.begin()
|
void |
AbstractSingleResourceTransaction.commit()
|
void |
AbstractSingleResourceTransaction.rollback()
|
void |
AbstractSingleResourceTransaction.bindResource(Object key,
Object resource)
|
protected abstract void |
AbstractSingleResourceTransaction.doBegin()
Really begin the transaction. |
protected abstract void |
AbstractSingleResourceTransaction.doCommit()
Commit the transaction on the underlying resource |
protected abstract void |
AbstractSingleResourceTransaction.doRollback()
Rollback the transaction on the underlying resource |
UMOTransaction |
XaTransactionFactory.beginTransaction()
|
boolean |
AbstractTransaction.isRollbackOnly()
|
boolean |
AbstractTransaction.isBegun()
|
boolean |
AbstractTransaction.isRolledBack()
|
boolean |
AbstractTransaction.isCommitted()
|
void |
AbstractTransaction.begin()
|
void |
AbstractTransaction.commit()
|
void |
AbstractTransaction.rollback()
|
protected abstract void |
AbstractTransaction.doBegin()
Really begin the transaction. |
protected abstract void |
AbstractTransaction.doCommit()
Commit the transaction on the underlying resource |
protected abstract void |
AbstractTransaction.doRollback()
Rollback the transaction on the underlying resource |
void |
TransactionCoordination.unbindTransaction(UMOTransaction transaction)
|
void |
TransactionCoordination.bindTransaction(UMOTransaction transaction)
|
protected void |
XaTransaction.doBegin()
|
protected void |
XaTransaction.doCommit()
|
void |
XaTransaction.bindResource(Object key,
Object resource)
|
| Uses of TransactionException in org.mule.umo |
| Methods in org.mule.umo that throw TransactionException | |
void |
UMOTransaction.begin()
Begin the transaction. |
void |
UMOTransaction.commit()
Commit the transaction |
void |
UMOTransaction.rollback()
Rollback the transaction |
int |
UMOTransaction.getStatus()
|
boolean |
UMOTransaction.isBegun()
|
boolean |
UMOTransaction.isRolledBack()
|
boolean |
UMOTransaction.isCommitted()
|
void |
UMOTransaction.bindResource(Object key,
Object resource)
|
void |
UMOTransaction.setRollbackOnly()
|
boolean |
UMOTransaction.isRollbackOnly()
|
void |
UMOEventContext.markTransactionForRollback()
Mark the current transaction (if any) for rollback |
UMOTransaction |
UMOTransactionFactory.beginTransaction()
Create and begins a new transaction |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||