Summer.Batch.Extra.Job.JobContextPreparer Class Reference

Prepares the job context by inserting job parameters in it More...

Inheritance diagram for Summer.Batch.Extra.Job.JobContextPreparer:
Summer.Batch.Core.IJobExecutionListener

Public Member Functions

void BeforeJob (JobExecution jobExecution)
 Launched before the job. Fills the job context with the injected properties. More...
 
void AfterJob (JobExecution jobExecution)
 Launched after the job. Not used, thus does nothing. More...
 

Properties

IDictionary< string, string > Properties [set]
 injected properties More...
 

Detailed Description

Prepares the job context by inserting job parameters in it

Member Function Documentation

void Summer.Batch.Extra.Job.JobContextPreparer.AfterJob ( JobExecution  jobExecution)

Launched after the job. Not used, thus does nothing.

Parameters
jobExecution

Implements Summer.Batch.Core.IJobExecutionListener.

void Summer.Batch.Extra.Job.JobContextPreparer.BeforeJob ( JobExecution  jobExecution)

Launched before the job. Fills the job context with the injected properties.

Parameters
jobExecution

Implements Summer.Batch.Core.IJobExecutionListener.

Property Documentation

IDictionary<string, string> Summer.Batch.Extra.Job.JobContextPreparer.Properties
set

injected properties


The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Job/JobContextPreparer.cs