public class ParticipantResultAggregator extends Object
Constructor and Description |
---|
ParticipantResultAggregator(Class<? extends ParticipantResult> targetClass,
String aggregateResultName) |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(ParticipantResult result) |
ParticipantResult |
getAggregatedResult() |
public ParticipantResultAggregator(Class<? extends ParticipantResult> targetClass, String aggregateResultName)
public void aggregate(ParticipantResult result)
public ParticipantResult getAggregatedResult()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.