public class ScatterGather extends Mediator
  • Constructor Details

    • ScatterGather

      public ScatterGather()
  • Method Details

    • getScatterGatherAggregation

      public ScatterGatherAggregation getScatterGatherAggregation()
    • setScatterGatherAggregation

      public void setScatterGatherAggregation(ScatterGatherAggregation scatterGatherAggregation)
    • getTargets

      public CloneTarget[] getTargets()
    • addTarget

      public void addTarget(CloneTarget[] targets)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isExecuteParallel

      public boolean isExecuteParallel()
    • setExecuteParallel

      public void setExecuteParallel(boolean executeParallel)
    • getResultTarget

      public String getResultTarget()
    • setResultTarget

      public void setResultTarget(String resultTarget)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • setTargets

      public void setTargets(CloneTarget[] targets)
    • getRootElement

      public String getRootElement()
    • setRootElement

      public void setRootElement(String rootElement)
    • getVariableName

      public String getVariableName()
    • setVariableName

      public void setVariableName(String variableName)