Interface JobLocator
- All Known Subinterfaces:
JobRegistry,ListableJobLocator
- All Known Implementing Classes:
MapJobRegistry
public interface JobLocator
A runtime service locator interface for retrieving job configurations by
name.- Author:
- Dave Syer, Mahmoud Ben Hassine
-
Method Summary
-
Method Details
-
getJob
Locates aJobat runtime.- Parameters:
name- the name of theJobwhich should be unique- Returns:
- a
Jobidentified by the given name - Throws:
NoSuchJobException- if the required configuration can not be found.
-