Interface JobFactory

All Known Implementing Classes:
ApplicationContextJobFactory, ReferenceJobFactory

public interface JobFactory
Strategy for creating a single job.
Author:
Dave Syer
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new instance of Job.
     
  • Method Details

    • createJob

      Job createJob()
      Create a new instance of Job.
      Returns:
      The Job.
    • getJobName

      String getJobName()
      Returns:
      The String that contains the Job name.