Summer.Batch.Core.Configuration.IJobLocator Interface Reference

A runtime service locator interface for retrieving job configurations by name. More...

Inheritance diagram for Summer.Batch.Core.Configuration.IJobLocator:
Summer.Batch.Core.Configuration.IListableJobLocator Summer.Batch.Core.Configuration.IJobRegistry Summer.Batch.Core.Configuration.Support.MapJobRegistry

Public Member Functions

IJob GetJob (string name)
 Locates a Job at runtime. More...
 

Detailed Description

A runtime service locator interface for retrieving job configurations by name.

Member Function Documentation

IJob Summer.Batch.Core.Configuration.IJobLocator.GetJob ( string  name)

Locates a Job at runtime.

Parameters
namethe name of the Job which should be unique
Returns
a Job identified by the given name
Exceptions
T:Summer.Batch.Core.Launch.NoSuchJobException thrown if no job with given name could be located

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


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