org.springframework.batch.jms
Class ExternalRetryInBatchTests
java.lang.Object
AbstractDependencyInjectionSpringContextTests
org.springframework.batch.jms.ExternalRetryInBatchTests
public class ExternalRetryInBatchTests
- extends AbstractDependencyInjectionSpringContextTests
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalRetryInBatchTests
public ExternalRetryInBatchTests()
setDataSource
public void setDataSource(DataSource dataSource)
setTransactionManager
public void setTransactionManager(PlatformTransactionManager transactionManager)
setRepeatTemplate
public void setRepeatTemplate(RepeatTemplate repeatTemplate)
setJmsTemplate
public void setJmsTemplate(JmsTemplate jmsTemplate)
getConfigLocations
protected String[] getConfigLocations()
onSetUp
protected void onSetUp()
throws Exception
- Throws:
Exception
onTearDown
protected void onTearDown()
throws Exception
- Throws:
Exception
testExternalRetryRecoveryInBatch
public void testExternalRetryRecoveryInBatch()
throws Exception
- Throws:
Exception
Copyright © 2008 SpringSource. All Rights Reserved.