Summer.Batch.Core.Configuration.IListableJobLocator Interface Reference

A listable extension of IJobLocator. More...

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

Public Member Functions

ICollection< string > GetJobNames ()
 Provides the currently registered job names. The return value is unmodifiable and disconnected from the underlying registry storage. More...
 
- Public Member Functions inherited from Summer.Batch.Core.Configuration.IJobLocator
IJob GetJob (string name)
 Locates a Job at runtime. More...
 

Detailed Description

A listable extension of IJobLocator.

Member Function Documentation

ICollection<string> Summer.Batch.Core.Configuration.IListableJobLocator.GetJobNames ( )

Provides the currently registered job names. The return value is unmodifiable and disconnected from the underlying registry storage.

Returns
a collection of String. Empty if none are registered.

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


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