Class JsrStepExecutionAggregator

  • All Implemented Interfaces:
    StepExecutionAggregator

    public class JsrStepExecutionAggregator
    extends java.lang.Object
    implements StepExecutionAggregator
    Aggregates StepExecutions based on the rules outlined in JSR-352. Specifically it aggregates all counts and determines the correct BatchStatus. However, the ExitStatus for each child StepExecution is ignored.
    Since:
    3.0
    Author:
    Michael Minella
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidaggregate​(StepExecution result, java.util.Collection<StepExecution> executions)
      Take the inputs and aggregate, putting the aggregates into the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsrStepExecutionAggregator

        public JsrStepExecutionAggregator()