org.mule.transport.jms.integration
Class AbstractJmsFunctionalTestCase.NonTransactedScenario

java.lang.Object
  extended by org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.AbstractScenario
      extended by org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.NonTransactedScenario
All Implemented Interfaces:
AbstractJmsFunctionalTestCase.Scenario
Direct Known Subclasses:
AbstractJmsFunctionalTestCase.ScenarioNotReceive, AbstractJmsFunctionalTestCase.ScenarioReceive
Enclosing class:
AbstractJmsFunctionalTestCase

protected class AbstractJmsFunctionalTestCase.NonTransactedScenario
extends AbstractJmsFunctionalTestCase.AbstractScenario


Constructor Summary
protected AbstractJmsFunctionalTestCase.NonTransactedScenario()
           
 
Method Summary
protected  void applyTransaction(Session session)
           
 boolean isTransacted()
           
 
Methods inherited from class org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.AbstractScenario
getAcknowledge, getInputDestinationName, getOutputDestinationName, isPersistent, receive, send, setInputDestinationName, setOutputDestinationName, setPersistent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJmsFunctionalTestCase.NonTransactedScenario

protected AbstractJmsFunctionalTestCase.NonTransactedScenario()
Method Detail

isTransacted

public boolean isTransacted()

applyTransaction

protected void applyTransaction(Session session)
                         throws JMSException
Specified by:
applyTransaction in class AbstractJmsFunctionalTestCase.AbstractScenario
Throws:
JMSException


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