org.springframework.batch.integration.partition
Class StepExecutionRequest

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

public class StepExecutionRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StepExecutionRequest(String stepName, Long jobExecutionId, Long stepExecutionId)
           
 
Method Summary
 Long getJobExecutionId()
           
 Long getStepExecutionId()
           
 String getStepName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepExecutionRequest

public StepExecutionRequest(String stepName,
                            Long jobExecutionId,
                            Long stepExecutionId)
Method Detail

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.