public class XdJdbcSearchableJobExecutionDao
extends org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao| コンストラクターと説明 |
|---|
XdJdbcSearchableJobExecutionDao() |
| 修飾子と型 | メソッドと説明 |
|---|---|
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)
org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao の setDataSource dataSource - 設定する dataSourcepublic void afterPropertiesSet()
throws java.lang.Exceptionorg.springframework.beans.factory.InitializingBean 内の afterPropertiesSet org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao の afterPropertiesSet java.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 - 実行 ID。JobExecution のリスト。public boolean isComposedJobExecution(long jobExecutionId)
jobExecutionId - 実行 ID。JobExecution のリスト。