Class StepExecutionRequest
- java.lang.Object
- org.springframework.batch.integration.partition.StepExecutionRequest
- All Implemented Interfaces:
java.io.Serializable
public class StepExecutionRequest extends java.lang.Object implements java.io.SerializableClass encapsulating information required to request a step execution in a remote partitioning setup.- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description StepExecutionRequest(java.lang.String stepName, java.lang.Long jobExecutionId, java.lang.Long stepExecutionId)Create a newStepExecutionRequestinstance.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetJobExecutionId()java.lang.LonggetStepExecutionId()java.lang.StringgetStepName()java.lang.StringtoString()
Constructor Detail
StepExecutionRequest
public StepExecutionRequest(java.lang.String stepName, java.lang.Long jobExecutionId, java.lang.Long stepExecutionId)Create a newStepExecutionRequestinstance.- Parameters:
stepName- the name of the step to executejobExecutionId- the id of the job executionstepExecutionId- the id of the step execution