类 MapStepRegistry

  • 所有已实现的接口:
    StepRegistry

    public class MapStepRegistry
    extends java.lang.Object
    implements StepRegistry
    Simple map-based implementation of StepRegistry. Access to the map is synchronized, guarded by an internal lock.
    作者:
    Sebastien Gerard, Stephane Nicoll
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      StepgetStep​(java.lang.String jobName, java.lang.String stepName)
      Returns the Step of the specified job based on its name.
      voidregister​(java.lang.String jobName, java.util.Collection<Step> steps)
      Registers all the step of the given job.
      voidunregisterStepsFromJob​(java.lang.String jobName)
      Unregisters all the steps of the given job.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait