org.springframework.batch.repeat.jms
Class AsynchronousTests

java.lang.Object
  extended by AbstractDependencyInjectionSpringContextTests
      extended by org.springframework.batch.repeat.jms.AsynchronousTests

public class AsynchronousTests
extends AbstractDependencyInjectionSpringContextTests


Constructor Summary
AsynchronousTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
protected  void onSetUp()
           
protected  void onTearDown()
           
 void setContainer(org.springframework.batch.container.jms.BatchMessageListenerContainer container)
           
 void setJdbcTemplate(JdbcTemplate jdbcTemplate)
           
 void setJmsTemplate(JmsTemplate jmsTemplate)
           
 void testRollback()
           
 void testSunnyDay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousTests

public AsynchronousTests()
Method Detail

getConfigLocations

protected String[] getConfigLocations()

setJdbcTemplate

public void setJdbcTemplate(JdbcTemplate jdbcTemplate)

setJmsTemplate

public void setJmsTemplate(JmsTemplate jmsTemplate)

setContainer

public void setContainer(org.springframework.batch.container.jms.BatchMessageListenerContainer container)

onSetUp

protected void onSetUp()
                throws Exception
Throws:
Exception

onTearDown

protected void onTearDown()
                   throws Exception
Throws:
Exception

testSunnyDay

public void testSunnyDay()
                  throws Exception
Throws:
Exception

testRollback

public void testRollback()
                  throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.