org.mule.tck.testmodels.mule
Class TestTransactionFactory
java.lang.Object
org.mule.tck.testmodels.mule.TestTransactionFactory
- All Implemented Interfaces:
- org.mule.api.transaction.TransactionFactory
public class TestTransactionFactory
- extends Object
- implements org.mule.api.transaction.TransactionFactory
TestTransactionFactory
creates a TestTransaction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestTransactionFactory
public TestTransactionFactory()
beginTransaction
public org.mule.api.transaction.Transaction beginTransaction(org.mule.api.MuleContext muleContext)
throws org.mule.api.transaction.TransactionException
- Specified by:
beginTransaction
in interface org.mule.api.transaction.TransactionFactory
- Throws:
org.mule.api.transaction.TransactionException
isTransacted
public boolean isTransacted()
- Specified by:
isTransacted
in interface org.mule.api.transaction.TransactionFactory
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.