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. 
 

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.
 



Copyright © 2009. All Rights Reserved.