Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.common.shared.BackupListener Interface Reference

List of all members.

Public Member Functions

void success (String backendName)

Package Functions

void failure (String backendName, Exception failure)

Detailed Description

This class defines a BackupListener. This listener is going to be called each time, a backup or restore operation has been finished.

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 34 of file BackupListener.java.


Member Function Documentation

void org.objectweb.cjdbc.common.shared.BackupListener.failure String  backendName,
Exception  failure
[package]
 

This is called when a failure has occured during a backup or recovery process

Parameters:
backendName the name of the backend
failure the exception that caused the failure

void org.objectweb.cjdbc.common.shared.BackupListener.success String  backendName  ) 
 

This is called when a backup was a success

Parameters:
backendName the name of the backend where the process was finished


The documentation for this interface was generated from the following file:
Generated on Mon Apr 11 22:02:02 2005 for C-JDBC by  doxygen 1.3.9.1