public class TestTransactionFactory extends Object implements TransactionFactory
TestTransactionFactory creates a TestTransaction| Constructor and Description |
|---|
TestTransactionFactory() |
TestTransactionFactory(Transaction mockTransaction) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
beginTransaction(MuleContext muleContext) |
String |
getValue() |
boolean |
isTransacted() |
void |
setValue(String value) |
public TestTransactionFactory()
public TestTransactionFactory(Transaction mockTransaction)
public Transaction beginTransaction(MuleContext muleContext) throws org.mule.runtime.api.tx.TransactionException
beginTransaction in interface TransactionFactoryorg.mule.runtime.api.tx.TransactionExceptionpublic boolean isTransacted()
isTransacted in interface TransactionFactorypublic String getValue()
public void setValue(String value)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.