Interface BackupChain

    • Method Detail

      • getBackupJobs

        List<BackupJob> getBackupJobs()
        Getting current backup jobs.
        Returns:
        List return list of current backup jobs.
      • getFullBackupState

        int getFullBackupState()
        Getting the state of full backup.
        Returns:
        int return state of full backup
      • getIncrementalBackupState

        int getIncrementalBackupState()
        Getting the state of incremental backup.
        Returns:
        int return state of full backup
      • addListener

        void addListener​(BackupJobListener listener)
        Add listener to all existing and will be created in future jobs.
        Parameters:
        listener - BackupJobListener, the backup job listener
      • removeListener

        void removeListener​(BackupJobListener listener)
        Remove listener from all existing and don't add it to a created in future jobs.
        Parameters:
        listener - BackupJobListener, the backup job listener