org.mule.transaction
Class IsTransactedTestCase.NonTransactedFactory

java.lang.Object
  extended by org.mule.transaction.IsTransactedTestCase.NonTransactedFactory
All Implemented Interfaces:
TransactionFactory
Enclosing class:
IsTransactedTestCase

public static class IsTransactedTestCase.NonTransactedFactory
extends Object
implements TransactionFactory


Constructor Summary
IsTransactedTestCase.NonTransactedFactory()
           
 
Method Summary
 Transaction beginTransaction(MuleContext muleContext)
           
 boolean isTransacted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsTransactedTestCase.NonTransactedFactory

public IsTransactedTestCase.NonTransactedFactory()
Method Detail

beginTransaction

public Transaction beginTransaction(MuleContext muleContext)
                             throws TransactionException
Specified by:
beginTransaction in interface TransactionFactory
Throws:
TransactionException

isTransacted

public boolean isTransacted()
Specified by:
isTransacted in interface TransactionFactory


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.