org.springframework.batch.integration.partition
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.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
StepExecutionRequest(java.lang.String stepName,
java.lang.Long jobExecutionId,
java.lang.Long stepExecutionId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StepExecutionRequest
public StepExecutionRequest(java.lang.String stepName,
java.lang.Long jobExecutionId,
java.lang.Long stepExecutionId)
getJobExecutionId
public java.lang.Long getJobExecutionId()
getStepExecutionId
public java.lang.Long getStepExecutionId()
getStepName
public java.lang.String getStepName()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.