Interface ServerBackupProgress
- All Superinterfaces:
ActionProgress
,Serializable
Progress action for the server backup progress.
- Since:
- 4.2.6
-
Method Summary
Modifier and TypeMethodDescriptionReturn an exception, if one occured.long
Returns the number of bytes exported.long
Returns the number of exported files.Return the created server backup file.Methods inherited from interface de.espirit.firstspirit.access.ActionProgress
getLog, getProgress, getStatus, isFinished
-
Method Details
-
getExportedBytes
long getExportedBytes()Returns the number of bytes exported.- Returns:
- the number of bytes exported.
- Since:
- 4.2.6
-
getExportedFiles
long getExportedFiles()Returns the number of exported files.- Returns:
- the number of exported files.
- Since:
- 4.2.6
-
getException
Exception getException()Return an exception, if one occured.- Returns:
- the exception.
- Since:
- 4.2.6
-
getServerBackupFile
ServerBackupFile getServerBackupFile()Return the created server backup file.- Returns:
- the created server backup file.
- Since:
- 4.2.6
-