Interface SearchableJobInstanceDao

All Superinterfaces:
org.springframework.batch.core.repository.dao.JobInstanceDao
All Known Implementing Classes:
JdbcSearchableJobInstanceDao

public interface SearchableJobInstanceDao extends org.springframework.batch.core.repository.dao.JobInstanceDao
Author:
Dave Syer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface org.springframework.batch.core.repository.dao.JobInstanceDao

    createJobInstance, deleteJobInstance, findJobInstancesByName, getJobInstance, getJobInstance, getJobInstance, getJobInstanceCount, getJobInstances, getJobNames, getLastJobInstance
  • Method Details

    • countJobInstances

      int countJobInstances(String name)
      Parameters:
      name - the name of the job instances
      Returns:
      the number of instances