public class LegacyTransactionHandle extends Object implements org.mule.runtime.extension.api.tx.TransactionHandle
TransactionHandle into a legacy TransactionHandle| Constructor and Description |
|---|
LegacyTransactionHandle(org.mule.sdk.api.tx.TransactionHandle delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
boolean |
isTransacted() |
void |
resolve() |
void |
rollback() |
public LegacyTransactionHandle(org.mule.sdk.api.tx.TransactionHandle delegate)
public boolean isTransacted()
isTransacted in interface org.mule.sdk.api.tx.TransactionHandlepublic void commit()
throws org.mule.runtime.api.tx.TransactionException
commit in interface org.mule.sdk.api.tx.TransactionHandleorg.mule.runtime.api.tx.TransactionExceptionpublic void rollback()
throws org.mule.runtime.api.tx.TransactionException
rollback in interface org.mule.sdk.api.tx.TransactionHandleorg.mule.runtime.api.tx.TransactionExceptionpublic void resolve()
throws org.mule.runtime.api.tx.TransactionException
resolve in interface org.mule.sdk.api.tx.TransactionHandleorg.mule.runtime.api.tx.TransactionExceptionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.