Class SimpleJobRegistry

  • All Implemented Interfaces:
    org.springframework.batch.core.configuration.JobLocator, org.springframework.batch.core.configuration.ListableJobLocator

    public class SimpleJobRegistry
    extends Object
    implements org.springframework.batch.core.configuration.ListableJobLocator
    Job registry for MIBatchJobManager
    Since:
    23/07/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • SimpleJobRegistry

        public SimpleJobRegistry()
    • Method Detail

      • getJob

        public org.springframework.batch.core.Job getJob​(String name)
                                                  throws org.springframework.batch.core.launch.NoSuchJobException
        Specified by:
        getJob in interface org.springframework.batch.core.configuration.JobLocator
        Throws:
        org.springframework.batch.core.launch.NoSuchJobException
      • getJobNames

        public Collection<String> getJobNames()

        getJobNames.

        Specified by:
        getJobNames in interface org.springframework.batch.core.configuration.ListableJobLocator
        Returns:
        a Collection object.