org.springframework.batch.admin.web
Class StepExecutionProgress

java.lang.Object
  extended by org.springframework.batch.admin.web.StepExecutionProgress

public class StepExecutionProgress
extends java.lang.Object


Constructor Summary
StepExecutionProgress(org.springframework.batch.core.StepExecution stepExecution, StepExecutionHistory stepExecutionHistory)
           
 
Method Summary
 double getEstimatedPercentComplete()
           
 org.springframework.context.MessageSourceResolvable getEstimatedPercentCompleteMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutionProgress

public StepExecutionProgress(org.springframework.batch.core.StepExecution stepExecution,
                             StepExecutionHistory stepExecutionHistory)
Method Detail

getEstimatedPercentCompleteMessage

public org.springframework.context.MessageSourceResolvable getEstimatedPercentCompleteMessage()

getEstimatedPercentComplete

public double getEstimatedPercentComplete()


Copyright © 2011. All Rights Reserved.