public class StepExecutionProgressInfo
extends java.lang.Object
コンストラクターと説明 |
---|
StepExecutionProgressInfo(org.springframework.batch.core.StepExecution stepExecution, org.springframework.batch.admin.history.StepExecutionHistory stepExecutionHistory) |
修飾子と型 | メソッドと説明 |
---|---|
double | getDuration() |
double | getEstimatedPercentComplete() |
org.springframework.context.MessageSourceResolvable | getEstimatedPercentCompleteMessage() |
org.springframework.batch.core.StepExecution | getStepExecution() |
org.springframework.batch.admin.history.StepExecutionHistory | getStepExecutionHistory() |
java.lang.Long | getStepExecutionId() |
boolean | isFinished() |
public StepExecutionProgressInfo(org.springframework.batch.core.StepExecution stepExecution, org.springframework.batch.admin.history.StepExecutionHistory stepExecutionHistory)
public org.springframework.context.MessageSourceResolvable getEstimatedPercentCompleteMessage()
public boolean isFinished()
public double getDuration()
public double getEstimatedPercentComplete()
public java.lang.Long getStepExecutionId()
public org.springframework.batch.core.StepExecution getStepExecution()
public org.springframework.batch.admin.history.StepExecutionHistory getStepExecutionHistory()