Uses of Class
org.objectweb.cjdbc.common.exceptions.BackupException

Packages that use BackupException
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 BackupException in org.objectweb.cjdbc.common.jmx.mbeans
 

Methods in org.objectweb.cjdbc.common.jmx.mbeans that throw BackupException
 void VirtualDatabaseMBean.restoreBackendFromBackupCheckpoint(java.lang.String databaseBackendName, java.lang.String checkpointName)
          Recopy all the data of a previous dump recorded by octopus into the named backend.
 

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

Methods in org.objectweb.cjdbc.controller.backup that throw BackupException
 void Octopus.backup()
          Convert database to csv and zip the files
 void Octopus.restore()
          Recover database from zipped csv the files
private  void Octopus.setPaths()
           
 void Octopus.sanityCheck()
          Check if backup can be executed.
private  void Octopus.setOctopusLoaderJob()
           
private  void Octopus.zipOctopus(int zipMode)
           
private  java.lang.String Octopus.getDbType(java.lang.String url)
           
private  void Octopus.prepareOctopus(int octopusMode)
           
(package private)  java.util.Hashtable Octopus.getOctopusStrings(DatabaseBackend database)
           
 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.getResult(DatabaseBackend backend, long waitTime)
          Get the result of the backup/recovery process for the given 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
 

Constructors in org.objectweb.cjdbc.controller.backup that throw BackupException
Octopus(DatabaseBackend database, java.lang.String checkpoint)
          Instanciate hook to octopus
Octopus(DatabaseBackend database, java.lang.String checkpoint, boolean backupMode)
          Creates a new Octopus object and sets the mode to use it as a thread
Octopus(DatabaseBackend database, java.lang.String checkpoint, java.util.ArrayList tables, boolean backupMode)
          Use Octopus only for a set of tables
Octopus(DatabaseBackend database, java.lang.String checkpoint, java.util.ArrayList tables)
          Use Octopus only for a set of tables
 

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

Methods in org.objectweb.cjdbc.controller.requestmanager that throw BackupException
 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 BackupException in org.objectweb.cjdbc.controller.virtualdatabase
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase that throw BackupException
 void VirtualDatabase.restoreBackendFromBackupCheckpoint(java.lang.String databaseBackendName, java.lang.String checkpointName)
           
 



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