org.springframework.batch.integration.partition
Class StepExecutionRequest

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Long getJobExecutionId()
           
 java.lang.Long getStepExecutionId()
           
 java.lang.String getStepName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepExecutionRequest

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

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.