接口 ListableJobLocator

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      java.util.Collection<java.lang.String>getJobNames()
      Provides the currently registered job names.
      • 从接口继承的方法 org.springframework.batch.core.configuration.JobLocator

        getJob
    • 方法详细资料

      • getJobNames

        java.util.Collection<java.lang.String> getJobNames()
        Provides the currently registered job names. The return value is unmodifiable and disconnected from the underlying registry storage.
        返回:
        a collection of String. Empty if none are registered.