public final class StepExecutionImpl extends AbstractExecution implements javax.batch.runtime.StepExecution, Serializable, Cloneable
batchStatus, endTime, exitStatus, startTime
Constructor and Description |
---|
StepExecutionImpl(String stepName) |
getBatchStatus, getEndTime, getExitStatus, getStartTime, setExitStatus
public StepExecutionImpl(String stepName)
public void setId(long id)
public StepExecutionImpl clone() throws CloneNotSupportedException
clone
in class AbstractExecution
CloneNotSupportedException
public int getStartCount()
public void incrementStartCount()
public void setStartCount(int startCount)
public long getStepExecutionId()
getStepExecutionId
in interface javax.batch.runtime.StepExecution
public String getStepName()
getStepName
in interface javax.batch.runtime.StepExecution
public Serializable getPersistentUserData()
getPersistentUserData
in interface javax.batch.runtime.StepExecution
public void setPersistentUserData(Serializable persistentUserData)
public javax.batch.runtime.Metric[] getMetrics()
getMetrics
in interface javax.batch.runtime.StepExecution
public StepMetrics getStepMetrics()
public Exception getException()
public void setException(Exception exception)
public void setBatchStatus(javax.batch.runtime.BatchStatus batchStatus)
setBatchStatus
in class AbstractExecution
public Serializable getReaderCheckpointInfo()
public void setReaderCheckpointInfo(Serializable readerCheckpointInfo)
public Serializable getWriterCheckpointInfo()
public void setWriterCheckpointInfo(Serializable writerCheckpointInfo)
public int getNumOfPartitions()
public void setNumOfPartitions(int numOfPartitions)
public void addPartitionPropertiesIndex(Integer i)
public List<Serializable> getPartitionPersistentUserData()
public void addPartitionPersistentUserData(Serializable d)
public List<Serializable> getPartitionReaderCheckpointInfo()
public void addPartitionReaderCheckpointInfo(Serializable s)
public List<Serializable> getPartitionWriterCheckpointInfo()
public void addPartitionWriterCheckpointInfo(Serializable s)
Copyright © 2013 JBoss by Red Hat. All rights reserved.