public class JsrStepExecution
extends java.lang.Object
implements javax.batch.runtime.StepExecution
StepExecution as it's source of
data.| Constructor and Description |
|---|
JsrStepExecution(StepExecution stepExecution) |
| Modifier and Type | Method and Description |
|---|---|
javax.batch.runtime.BatchStatus |
getBatchStatus() |
java.util.Date |
getEndTime() |
java.lang.String |
getExitStatus() |
javax.batch.runtime.Metric[] |
getMetrics() |
java.io.Serializable |
getPersistentUserData() |
java.util.Date |
getStartTime() |
long |
getStepExecutionId() |
java.lang.String |
getStepName() |
public JsrStepExecution(StepExecution stepExecution)
stepExecution - The StepExecution used
as the basis for the data.public long getStepExecutionId()
getStepExecutionId in interface javax.batch.runtime.StepExecutionpublic java.lang.String getStepName()
getStepName in interface javax.batch.runtime.StepExecutionpublic javax.batch.runtime.BatchStatus getBatchStatus()
getBatchStatus in interface javax.batch.runtime.StepExecutionpublic java.util.Date getStartTime()
getStartTime in interface javax.batch.runtime.StepExecutionpublic java.util.Date getEndTime()
getEndTime in interface javax.batch.runtime.StepExecutionpublic java.lang.String getExitStatus()
getExitStatus in interface javax.batch.runtime.StepExecutionpublic java.io.Serializable getPersistentUserData()
getPersistentUserData in interface javax.batch.runtime.StepExecutionpublic javax.batch.runtime.Metric[] getMetrics()
getMetrics in interface javax.batch.runtime.StepExecution