public interface JobLocator
name.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.