public interface JobLocator
name
.Modifier and Type | Method and Description |
---|---|
Job |
getJob(java.lang.String name)
Locates a
Job at runtime. |
Job getJob(java.lang.String name) throws NoSuchJobException
Job
at runtime.name
- the name of the Job
which should be
uniqueJob
identified by the given nameNoSuchJobException
- if the required configuration can
not be found.