org.springframework.batch.admin.web
Class JobExecutionInfo
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobExecutionInfo
public JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution,
java.util.TimeZone timeZone)
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.