Class ScanJobFactory

java.lang.Object
com.swiftmq.impl.store.standard.jobs.ScanJobFactory
All Implemented Interfaces:
com.swiftmq.swiftlet.scheduler.JobFactory

public class ScanJobFactory extends Object implements com.swiftmq.swiftlet.scheduler.JobFactory
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface com.swiftmq.swiftlet.scheduler.JobFactory
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.swiftmq.swiftlet.scheduler.JobFactory
    • getJobParameters

      public Map getJobParameters()
      Specified by:
      getJobParameters in interface com.swiftmq.swiftlet.scheduler.JobFactory
    • getJobParameter

      public com.swiftmq.swiftlet.scheduler.JobParameter getJobParameter(String s)
      Specified by:
      getJobParameter in interface com.swiftmq.swiftlet.scheduler.JobFactory
    • getJobInstance

      public com.swiftmq.swiftlet.scheduler.Job getJobInstance()
      Specified by:
      getJobInstance in interface com.swiftmq.swiftlet.scheduler.JobFactory
    • finished

      public void finished(com.swiftmq.swiftlet.scheduler.Job job, com.swiftmq.swiftlet.scheduler.JobException e)
      Specified by:
      finished in interface com.swiftmq.swiftlet.scheduler.JobFactory
    • toString

      public String toString()
      Overrides:
      toString in class Object