org.springframework.batch.integration.partition
Class StepExecutionRequest
java.lang.Object
org.springframework.batch.integration.partition.StepExecutionRequest
- All Implemented Interfaces:
- Serializable
public class StepExecutionRequest
- extends Object
- implements Serializable
- See Also:
- Serialized Form
StepExecutionRequest
public StepExecutionRequest(String stepName,
Long jobExecutionId,
Long stepExecutionId)
getJobExecutionId
public Long getJobExecutionId()
getStepExecutionId
public Long getStepExecutionId()
getStepName
public String getStepName()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.