Class StepExecutionRequest

java.lang.Object
org.springframework.batch.integration.partition.StepExecutionRequest
All Implemented Interfaces:
Serializable

public class StepExecutionRequest extends Object implements Serializable
Class encapsulating information required to request a step execution in a remote partitioning setup.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • StepExecutionRequest

      public StepExecutionRequest(String stepName, Long jobExecutionId, Long stepExecutionId)
      Create a new StepExecutionRequest instance.
      Parameters:
      stepName - the name of the step to execute
      jobExecutionId - the id of the job execution
      stepExecutionId - the id of the step execution
  • Method Details

    • getJobExecutionId

      public Long getJobExecutionId()
    • getStepExecutionId

      public Long getStepExecutionId()
    • getStepName

      public String getStepName()
    • toString

      public String toString()
      Overrides:
      toString in class Object