public class XdJdbcSearchableJobExecutionDao
extends org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
| Constructor and Description |
|---|
XdJdbcSearchableJobExecutionDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
int |
countTopLevelJobExecutions() |
java.util.List<org.springframework.batch.core.JobExecution> |
getChildJobExecutions(long jobExecutionId) |
java.util.List<org.springframework.batch.core.JobExecution> |
getTopLevelJobExecutions(int start,
int count) |
boolean |
isComposedJobExecution(long jobExecutionId) |
void |
setDataSource(javax.sql.DataSource dataSource) |
countJobExecutions, countJobExecutions, getJobExecutions, getJobExecutions, getRunningJobExecutions, saveJobExecution, synchronizeStatus, updateJobExecutionfindJobExecutions, findRunningJobExecutions, getJobExecution, getJobParameters, getLastJobExecution, setExitMessageLength, setJobExecutionIncrementergetClobTypeToUse, getJdbcTemplate, getQuery, getTablePrefix, setClobTypeToUse, setJdbcTemplate, setTablePrefixpublic void setDataSource(javax.sql.DataSource dataSource)
setDataSource in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDaodataSource - the dataSource to setpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDaojava.lang.ExceptionJdbcJobExecutionDao.afterPropertiesSet()public java.util.List<org.springframework.batch.core.JobExecution> getTopLevelJobExecutions(int start,
int count)
SearchableJobExecutionDao.getJobExecutions(int, int)public int countTopLevelJobExecutions()
public java.util.List<org.springframework.batch.core.JobExecution> getChildJobExecutions(long jobExecutionId)
jobExecutionId - the execution id.JobExecutions.public boolean isComposedJobExecution(long jobExecutionId)
jobExecutionId - the execution id.JobExecutions.