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