|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=true,
mayInvoke=false)
public interface RestoreTaskListenerThis interface defines a set of methods that may be used to notify various Directory Server components whenever a backend restore task is about to begin or has just completed. Note that these methods will only be invoked for the restore task and not for offline restore processing.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||