org.springframework.batch.jms
Class ExternalRetryInBatchTests

java.lang.Object
  extended by AbstractDependencyInjectionSpringContextTests
      extended by org.springframework.batch.jms.ExternalRetryInBatchTests

public class ExternalRetryInBatchTests
extends AbstractDependencyInjectionSpringContextTests


Constructor Summary
ExternalRetryInBatchTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
protected  void onSetUp()
           
protected  void onTearDown()
           
 void setDataSource(DataSource dataSource)
           
 void setJmsTemplate(JmsTemplate jmsTemplate)
           
 void setRepeatTemplate(RepeatTemplate repeatTemplate)
           
 void setTransactionManager(PlatformTransactionManager transactionManager)
           
 void testExternalRetryRecoveryInBatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalRetryInBatchTests

public ExternalRetryInBatchTests()
Method Detail

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.