Summer.Batch.Core.Configuration.IJobFactory Interface Reference

Interface for a factory that creates an instance of IJob. More...

Inheritance diagram for Summer.Batch.Core.Configuration.IJobFactory:
Summer.Batch.Core.Configuration.Support.ReferenceJobFactory

Public Member Functions

IJob CreateJob ()
 Creates a job. More...
 

Properties

string JobName [get]
 The name of the created job. More...
 

Detailed Description

Interface for a factory that creates an instance of IJob.

Member Function Documentation

IJob Summer.Batch.Core.Configuration.IJobFactory.CreateJob ( )

Creates a job.

Returns
The created job.

Implemented in Summer.Batch.Core.Configuration.Support.ReferenceJobFactory.

Property Documentation

string Summer.Batch.Core.Configuration.IJobFactory.JobName
get

The name of the created job.


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