@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface BackupTaskListener
Modifier and Type | Method and Description |
---|---|
void |
processBackupBegin(LocalBackend<?> backend,
BackupConfig config)
Performs any processing that might be necessary just before the server begins processing on a backup task.
|
void |
processBackupEnd(LocalBackend<?> backend,
BackupConfig config,
boolean successful)
Performs any processing that might be necessary after the server has completed processing on a backup task.
|
void processBackupBegin(LocalBackend<?> backend, BackupConfig config)
backend
- The backend to be archived.config
- Configuration information about the backup to be performed.void processBackupEnd(LocalBackend<?> backend, BackupConfig config, boolean successful)
backend
- The backend that was archived.config
- Configuration information about the backup that was performed.successful
- Indicates whether the backup operation completed successfully.Copyright 2010-2020 ForgeRock AS.