org.springframework.batch.admin.web
Class JobExecutionInfo

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

public class JobExecutionInfo
extends java.lang.Object


Constructor Summary
JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution, java.util.TimeZone timeZone)
           
 
Method Summary
 java.lang.String getDuration()
           
 java.lang.Long getId()
           
 org.springframework.batch.core.JobExecution getJobExecution()
           
 java.lang.Long getJobId()
           
 java.lang.String getJobParameters()
           
 java.lang.String getName()
           
 java.lang.String getStartDate()
           
 java.lang.String getStartTime()
           
 int getStepExecutionCount()
           
 java.util.TimeZone getTimeZone()
           
 boolean isAbandonable()
           
 boolean isRestartable()
           
 boolean isStoppable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExecutionInfo

public JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution,
                        java.util.TimeZone timeZone)
Method Detail

getTimeZone

public java.util.TimeZone getTimeZone()

getName

public java.lang.String getName()

getId

public java.lang.Long getId()

getStepExecutionCount

public int getStepExecutionCount()

getJobId

public java.lang.Long getJobId()

getStartDate

public java.lang.String getStartDate()

getStartTime

public java.lang.String getStartTime()

getDuration

public java.lang.String getDuration()

getJobExecution

public org.springframework.batch.core.JobExecution getJobExecution()

isRestartable

public boolean isRestartable()

isAbandonable

public boolean isAbandonable()

isStoppable

public boolean isStoppable()

getJobParameters

public java.lang.String getJobParameters()


Copyright © 2011. All Rights Reserved.