@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=true, mayInvoke=false) public interface RestoreTaskListener
| Modifier and Type | Method and Description |
|---|---|
void |
processRestoreBegin(Backend backend,
RestoreConfig config)
Performs any processing that might be necessary just before the
server begins processing on a restore task.
|
void |
processRestoreEnd(Backend backend,
RestoreConfig config,
boolean successful)
Performs any processing that might be necessary after the server
has completed processing on a restore task.
|
void processRestoreBegin(Backend backend, RestoreConfig config)
backend - The backend to be restored.config - Configuration information about the restore to
be performed.void processRestoreEnd(Backend backend, RestoreConfig config, boolean successful)
backend - The backend that was restored.config - Configuration information about the restore
that was performed.successful - Indicates whether the restore operation
completed successfully.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.