public class JsrStepExecutionAggregator extends java.lang.Object implements StepExecutionAggregator
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.| Constructor and Description |
|---|
JsrStepExecutionAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(StepExecution result,
java.util.Collection<StepExecution> executions)
Take the inputs and aggregate, putting the aggregates into the result.
|
public void aggregate(StepExecution result, java.util.Collection<StepExecution> executions)
StepExecutionAggregatoraggregate in interface StepExecutionAggregatorresult - the result to overwriteexecutions - the inputs