Class BackupJob
java.lang.Object
com.swiftmq.impl.store.standard.jobs.BackupJob
- All Implemented Interfaces:
BackupFinishedListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbackupFinished(boolean success, String exception) voidstart(Properties properties, JobTerminationListener jobTerminationListener) voidstop()toString()
-
Constructor Details
-
BackupJob
-
-
Method Details
-
backupFinished
- Specified by:
backupFinishedin interfaceBackupFinishedListener
-
start
public void start(Properties properties, JobTerminationListener jobTerminationListener) throws JobException - Throws:
JobException
-
stop
public void stop() throws JobException- Throws:
JobException
-
toString
-