Class BackupJob

java.lang.Object
com.swiftmq.impl.store.standard.jobs.BackupJob
All Implemented Interfaces:
BackupFinishedListener, com.swiftmq.swiftlet.scheduler.Job

public class BackupJob extends Object implements com.swiftmq.swiftlet.scheduler.Job, BackupFinishedListener
  • Constructor Details

  • Method Details

    • backupFinished

      public void backupFinished(boolean success, String exception)
      Specified by:
      backupFinished in interface BackupFinishedListener
    • 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