org.springframework.batch.repeat.jms
Class AsynchronousTests
java.lang.Object
AbstractDependencyInjectionSpringContextTests
org.springframework.batch.repeat.jms.AsynchronousTests
public class AsynchronousTests
- extends AbstractDependencyInjectionSpringContextTests
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchronousTests
public AsynchronousTests()
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.