RESOLVED - issue BATCH-465: The term "exit code" is overloaded

RESOLVED - issue BATCH-468: ExitStatusExceptionClassifier, ExitCodeMapper and simple versions thereof (and others?) incorrectly moved into step.item package
This commit is contained in:
dsyer
2008-03-15 08:56:50 +00:00
parent ff85f455de
commit 271d6815c7
31 changed files with 149 additions and 184 deletions

View File

@@ -1,12 +1,12 @@
package org.springframework.batch.sample.step.support;
import org.springframework.batch.core.JobInterruptedException;
import org.springframework.batch.core.step.item.StepInterruptionPolicy;
import org.springframework.batch.repeat.RepeatContext;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.step.StepInterruptionPolicy;
public class NoopStepInterruptionPolicy implements StepInterruptionPolicy {
public void checkInterrupted(RepeatContext context)
public void checkInterrupted(StepExecution stepExecution)
throws JobInterruptedException {
// no-op