|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class defines a BackupListener. This listener is going to be called each time, a backup or restore operation has been finished.
| Method Summary | |
void |
failure(java.lang.String backendName,
java.lang.Exception failure)
This is called when a failure has occured during a backup or recovery process |
void |
success(java.lang.String backendName)
This is called when a backup was a success |
| Method Detail |
public void success(java.lang.String backendName)
backendName - the name of the backend where the process was finished
public void failure(java.lang.String backendName,
java.lang.Exception failure)
backendName - the name of the backendfailure - the exception that caused the failure
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||