|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.job.flow.support.state.MaxValueFlowExecutionAggregator
public class MaxValueFlowExecutionAggregator
Implementation of the FlowExecutionAggregator interface that aggregates
FlowExecutionStatus', using the status with the high precedence as the
aggregate status. See FlowExecutionStatus for details on status
precedence.
| Constructor Summary | |
|---|---|
MaxValueFlowExecutionAggregator()
|
|
| Method Summary | |
|---|---|
FlowExecutionStatus |
aggregate(java.util.Collection<FlowExecution> executions)
Aggregate all of the FlowExecutionStatuses of the
FlowExecutions into one status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaxValueFlowExecutionAggregator()
| Method Detail |
|---|
public FlowExecutionStatus aggregate(java.util.Collection<FlowExecution> executions)
FlowExecutionStatuses of the
FlowExecutions into one status. The aggregate status will be the
status with the highest precedence.
aggregate in interface FlowExecutionAggregatorexecutions - the executions to aggregate
FlowExecutionAggregator.aggregate(Collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||