接口 JobLocator

    • 方法详细资料

      • getJob

        Job getJob​(@Nullable
                   java.lang.String name)
            throws NoSuchJobException
        Locates a Job at runtime.
        参数:
        name - the name of the Job which should be unique
        返回:
        a Job identified by the given name
        抛出:
        NoSuchJobException - if the required configuration can not be found.