Summer.Batch.Core.IJobParametersIncrementer Interface Reference

Interface for obtaining the next JobParameters in a sequence. More...

Inheritance diagram for Summer.Batch.Core.IJobParametersIncrementer:
Summer.Batch.Core.Launch.Support.RunIdIncrementer

Public Member Functions

JobParameters GetNext (JobParameters parameters)
 Increment the provided parameters. If the input is empty, then this should return a bootstrap or initial value to be used on the first instance of a job. More...
 

Detailed Description

Interface for obtaining the next JobParameters in a sequence.

Member Function Documentation

JobParameters Summer.Batch.Core.IJobParametersIncrementer.GetNext ( JobParameters  parameters)

Increment the provided parameters. If the input is empty, then this should return a bootstrap or initial value to be used on the first instance of a job.

Parameters
parametersthe last value used
Returns
the next value to use

Implemented in Summer.Batch.Core.Launch.Support.RunIdIncrementer.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/IJobParametersIncrementer.cs