Class MultiQueuePurgerJob

java.lang.Object
com.swiftmq.impl.queue.standard.jobs.MultiQueuePurgerJob
All Implemented Interfaces:
com.swiftmq.swiftlet.scheduler.Job, com.swiftmq.swiftlet.scheduler.JobTerminationListener

public class MultiQueuePurgerJob extends Object implements com.swiftmq.swiftlet.scheduler.Job, com.swiftmq.swiftlet.scheduler.JobTerminationListener
  • Constructor Details

  • Method Details

    • jobTerminated

      public void jobTerminated()
      Specified by:
      jobTerminated in interface com.swiftmq.swiftlet.scheduler.JobTerminationListener
    • jobTerminated

      public void jobTerminated(String s)
      Specified by:
      jobTerminated in interface com.swiftmq.swiftlet.scheduler.JobTerminationListener
    • jobTerminated

      public void jobTerminated(com.swiftmq.swiftlet.scheduler.JobException e)
      Specified by:
      jobTerminated in interface com.swiftmq.swiftlet.scheduler.JobTerminationListener
    • start

      public void start(Properties properties, com.swiftmq.swiftlet.scheduler.JobTerminationListener jobTerminationListener) throws com.swiftmq.swiftlet.scheduler.JobException
      Specified by:
      start in interface com.swiftmq.swiftlet.scheduler.Job
      Throws:
      com.swiftmq.swiftlet.scheduler.JobException
    • stop

      public void stop() throws com.swiftmq.swiftlet.scheduler.JobException
      Specified by:
      stop in interface com.swiftmq.swiftlet.scheduler.Job
      Throws:
      com.swiftmq.swiftlet.scheduler.JobException
    • toString

      public String toString()
      Overrides:
      toString in class Object