Uses of Interface
org.objectweb.cjdbc.common.shared.BackupListener

Packages that use BackupListener
org.objectweb.cjdbc.common.jmx.mbeans All the MBeans interface used in C-JDBC 
org.objectweb.cjdbc.controller.backup Set of classes to wrap calls and execution of Octopus to execute backup and recovery of databases 
org.objectweb.cjdbc.controller.requestmanager Request Manager core including the request parsing cache. 
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
 

Uses of BackupListener in org.objectweb.cjdbc.common.jmx.mbeans
 

Methods in org.objectweb.cjdbc.common.jmx.mbeans with parameters of type BackupListener
 void VirtualDatabaseMBean.callBackupManager(boolean backup, java.lang.String backendName, java.lang.String checkpoint, java.util.ArrayList tables, boolean enableAfter, BackupListener listener)
          Call the backup manager on the given backend.
 

Uses of BackupListener in org.objectweb.cjdbc.controller.backup
 

Fields in org.objectweb.cjdbc.controller.backup declared as BackupListener
private  BackupListener Octopus.listener
           
 

Methods in org.objectweb.cjdbc.controller.backup with parameters of type BackupListener
 void Octopus.setListener(BackupListener listener)
          Set the callback listener of this octopus process
 void BackupManager.backup(DatabaseBackend backend, java.lang.String checkpoint, java.util.ArrayList tables, BackupListener listener)
          Create a backup from the content of a backend
 void BackupManager.restore(DatabaseBackend backend, java.lang.String checkpoint, java.util.ArrayList tables, BackupListener listener)
          Restore the content of a backup onto a specific backend
 

Uses of BackupListener in org.objectweb.cjdbc.controller.requestmanager
 

Methods in org.objectweb.cjdbc.controller.requestmanager with parameters of type BackupListener
 void RequestManager.callBackupManager(boolean backup, DatabaseBackend db, java.lang.String checkpoint, java.util.ArrayList tables, boolean enableAfter, BackupListener listener)
          Call the backup manager on the given backend.
 void RequestManager.backupBackendWithCheckpoint(DatabaseBackend db, java.lang.String checkpointName, java.util.ArrayList tables, boolean enableAfter, boolean wait4Result, BackupListener listener)
          Creates a new backup with the corresponding checkpoint Note that this will disable the backend for the time of the backup
 void RequestManager.restoreBackendFromBackupCheckpoint(DatabaseBackend db, java.lang.String checkpointName, boolean wait4Result, BackupListener listener)
          Recopy all the data of a previous dump recorded by octopus into the named backend.
 

Uses of BackupListener in org.objectweb.cjdbc.controller.virtualdatabase
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase with parameters of type BackupListener
 void VirtualDatabase.callBackupManager(boolean backup, java.lang.String backendName, java.lang.String checkpoint, java.util.ArrayList tables, boolean enableAfter, BackupListener listener)
           
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.