org.springframework.batch.repeat.support
Class TaskExecutorRepeatTemplateTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.support.AbstractTradeBatchTests
          extended by org.springframework.batch.repeat.support.SimpleRepeatTemplateTests
              extended by org.springframework.batch.repeat.support.TaskExecutorRepeatTemplateTests

public class TaskExecutorRepeatTemplateTests
extends SimpleRepeatTemplateTests

Author:
Dave Syer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.batch.repeat.support.AbstractTradeBatchTests
AbstractTradeBatchTests.TradeItemReader, AbstractTradeBatchTests.TradeMapper, AbstractTradeBatchTests.TradeWriter
 
Field Summary
 
Fields inherited from class org.springframework.batch.repeat.support.AbstractTradeBatchTests
NUMBER_OF_ITEMS, processor, provider
 
Constructor Summary
TaskExecutorRepeatTemplateTests()
           
 
Method Summary
 RepeatTemplate getRepeatTemplate()
           
 void testSetThrottleLimit()
           
 
Methods inherited from class org.springframework.batch.repeat.support.SimpleRepeatTemplateTests
testContextClosedOnAbnormalCompletion, testContextClosedOnNormalCompletion, testCustomExitCode, testEarlyCompletionWithContext, testEarlyCompletionWithContextTerminated, testEarlyCompletionWithException, testEarlyCompletionWithPolicy, testEarlyCompletionWithSessionAndException, testExceptionHandlerCalledOnAbnormalCompletion, testExceptionThrownOnLastItem, testExceptionUnwrapping, testExecute, testNestedSession, testNestedSessionTerminatesBeforeIteration, testOuterContextPreserved, testResult
 
Methods inherited from class org.springframework.batch.repeat.support.AbstractTradeBatchTests
setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskExecutorRepeatTemplateTests

public TaskExecutorRepeatTemplateTests()
Method Detail

getRepeatTemplate

public RepeatTemplate getRepeatTemplate()
Overrides:
getRepeatTemplate in class SimpleRepeatTemplateTests

testSetThrottleLimit

public void testSetThrottleLimit()
                          throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.