@NoImplement @MinMuleVersion(value="4.4.0") public interface TransactionHandle
SourceCallbackContext| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits the transaction.
|
boolean |
isTransacted() |
void |
resolve()
If the actual transaction is marked as RollbackOnly, then rollbacks the transaction.
|
void |
rollback()
Rolls the transaction back.
|
boolean isTransacted()
SourceCallbackContextvoid commit()
throws org.mule.runtime.api.tx.TransactionException
rollback()
have already been invoked on this instance.org.mule.runtime.api.tx.TransactionException - if the transaction fails to commitvoid rollback()
throws org.mule.runtime.api.tx.TransactionException
commit()
have already been invoked on this instance.org.mule.runtime.api.tx.TransactionException - if the transaction fails to roll backvoid resolve()
throws org.mule.runtime.api.tx.TransactionException
org.mule.runtime.api.tx.TransactionExceptionCopyright © 2023. All rights reserved.