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, updateJobExecution
findJobExecutions, findRunningJobExecutions, getJobExecution, getJobParameters, getLastJobExecution, setExitMessageLength, setJobExecutionIncrementer
getClobTypeToUse, getJdbcTemplate, getQuery, getTablePrefix, setClobTypeToUse, setJdbcTemplate, setTablePrefix
public void setDataSource(javax.sql.DataSource dataSource)
setDataSource
in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
dataSource
- the dataSource to setpublic void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
java.lang.Exception
JdbcJobExecutionDao.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.JobExecution
s.public boolean isComposedJobExecution(long jobExecutionId)
jobExecutionId
- the execution id.JobExecution
s.