org.springframework.batch.repeat.jms
Class SynchronousTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.repeat.jms.SynchronousTests

public class SynchronousTests
extends AbstractTransactionalDataSourceSpringContextTests


Constructor Summary
SynchronousTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
protected  void onSetUpBeforeTransaction()
           
protected  void onSetUpInTransaction()
           
 void setJmsTemplate(JmsTemplate jmsTemplate)
           
 void setRepeatTemplate(RepeatTemplate repeatTemplate)
           
 void testCommit()
           
 void testFullRollback()
           
 void testPartialRollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousTests

public SynchronousTests()
Method Detail

setJmsTemplate

public void setJmsTemplate(JmsTemplate jmsTemplate)

setRepeatTemplate

public void setRepeatTemplate(RepeatTemplate repeatTemplate)

getConfigLocations

protected String[] getConfigLocations()

onSetUpBeforeTransaction

protected void onSetUpBeforeTransaction()
                                 throws Exception
Throws:
Exception

onSetUpInTransaction

protected void onSetUpInTransaction()
                             throws Exception
Throws:
Exception

testCommit

public void testCommit()
                throws Exception
Throws:
Exception

testFullRollback

public void testFullRollback()
                      throws Exception
Throws:
Exception

testPartialRollback

public void testPartialRollback()
                         throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.