Interface Job

  • All Superinterfaces:
    java.util.concurrent.Callable<JobReport>

    public interface Job
    extends java.util.concurrent.Callable<JobReport>
    Interface for batch jobs.
    Author:
    Mahmoud Ben Hassine ([email protected])
    • Method Detail

      • getName

        java.lang.String getName()
        Get the job name.
        Returns:
        the job name
      • call

        JobReport call()
        Execute the job and return a job report.
        Specified by:
        call in interface java.util.concurrent.Callable<JobReport>
        Returns:
        execution report