Interface BackupServiceInfo

All Known Implementing Classes:
SimpleBackupServiceInfo

public interface BackupServiceInfo
Information about the backup service.
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the date of the most recent successful backup.
    Get the overall backup service status.
  • Method Details

    • getStatus

      BackupStatus getStatus()
      Get the overall backup service status.
      Returns:
      the current status
    • getMostRecentBackupDate

      Date getMostRecentBackupDate()
      Get the date of the most recent successful backup.
      Returns:
      the backup date, or null if none available