Uses of Interface
org.springframework.batch.core.JobParametersIncrementer

Packages that use JobParametersIncrementer
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.sample.common   
org.springframework.batch.test   
 

Uses of JobParametersIncrementer in org.springframework.batch.core
 

Methods in org.springframework.batch.core that return JobParametersIncrementer
 JobParametersIncrementer Job.getJobParametersIncrementer()
          If clients need to generate new parameters for the next execution in a sequence they can use this incrementer.
 

Uses of JobParametersIncrementer in org.springframework.batch.core.job
 

Methods in org.springframework.batch.core.job that return JobParametersIncrementer
 JobParametersIncrementer AbstractJob.getJobParametersIncrementer()
           
 

Methods in org.springframework.batch.core.job with parameters of type JobParametersIncrementer
 void AbstractJob.setJobParametersIncrementer(JobParametersIncrementer jobParametersIncrementer)
          Public setter for the JobParametersIncrementer.
 

Uses of JobParametersIncrementer in org.springframework.batch.sample.common
 

Classes in org.springframework.batch.sample.common that implement JobParametersIncrementer
 class InfiniteLoopIncrementer
           
 

Uses of JobParametersIncrementer in org.springframework.batch.test
 

Methods in org.springframework.batch.test with parameters of type JobParametersIncrementer
 void JobRepositoryTestUtils.setJobParametersIncrementer(JobParametersIncrementer jobParametersIncrementer)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.