Uses of Class
org.objectweb.cjdbc.controller.virtualdatabase.VirtualDatabaseException

Packages that use VirtualDatabaseException
org.objectweb.cjdbc.controller C-JDBC controller bootstrap and interfaces. 
org.objectweb.cjdbc.controller.jmx This package is responsible for handling jmx configuration, and special classes.  
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
 

Uses of VirtualDatabaseException in org.objectweb.cjdbc.controller
 

Methods in org.objectweb.cjdbc.controller that throw VirtualDatabaseException
 java.lang.String Controller.getXmlInformation()
          Return the controller information in XML format.
 java.lang.String Controller.saveConfiguration()
          Save current configuration of the controller to a default file
 java.lang.String Controller.saveConfiguration(java.lang.String filepath)
          Save current configuration to the file specified as argument.
 

Uses of VirtualDatabaseException in org.objectweb.cjdbc.controller.jmx
 

Methods in org.objectweb.cjdbc.controller.jmx that throw VirtualDatabaseException
 java.lang.String VirtualDatabaseJmxClient.getName()
           
 

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

Methods in org.objectweb.cjdbc.controller.virtualdatabase that throw VirtualDatabaseException
 java.lang.String VirtualDatabaseMBean.getBackendInformation(java.lang.String backendName)
          Return information about the specified backend.
 void VirtualDatabaseMBean.enableBackend(java.lang.String databaseBackendName)
          Enables a backend that has been previously added to this virtual database and that is in the disabled state.
 void VirtualDatabaseMBean.enableBackendFromCheckpoint(java.lang.String databaseBackendName, java.lang.String checkpointName)
          Plays all the queries since the given checkpoint and enables the backend when it is completely synchronized.
 void VirtualDatabaseMBean.disableBackend(java.lang.String databaseBackendName)
          Disables a backend that is currently enabled on this virtual database (without further check).
 void VirtualDatabaseMBean.disableBackendForCheckpoint(java.lang.String databaseBackendName, java.lang.String checkpointName)
          Disables a backend once all the pending write queries are executed.
 java.lang.String VirtualDatabaseMBean.getName()
          Gets the virtual database name to be used by the client (C-JDBC driver)
 java.util.ArrayList VirtualDatabaseMBean.viewAllBackendNames()
          Get the name of all DatabaseBackend names.
 void VirtualDatabaseMBean.enableAllBackend()
          Prepare this virtual database for startup.
 void VirtualDatabaseMBean.enableAllBackend(java.lang.String checkpoint)
          Prepare this virtual database for startup.
 void VirtualDatabaseMBean.disableAllBackend()
          Disable all backends for this virtual database
 void VirtualDatabaseMBean.disableAllBackendForCheckpoint(java.lang.String checkpoint)
          Disable all backends and store a checkpoint
 boolean VirtualDatabaseMBean.checkAdminAuthentication(java.lang.String adminLogin, java.lang.String adminPassword)
          Authenticate a user for a given virtual database
 void VirtualDatabase.addBackend(DatabaseBackend db)
          Add a backend to this virtual database.
 void VirtualDatabase.removeBackend(DatabaseBackend db)
          Remove a backend from this virtual database.
private  DatabaseBackend VirtualDatabase.getAndCheckBackendForEnable(java.lang.String backendName)
          Find the DatabaseBackend corresponding to the given backend name and check if it is possible to enable this backend.
 void VirtualDatabase.enableBackend(java.lang.String backendName)
           
 void VirtualDatabase.enableBackendFromCheckpoint(java.lang.String backendName, java.lang.String checkpointName)
           
private  DatabaseBackend VirtualDatabase.getAndCheckBackendForDisable(java.lang.String backendName)
          Find the DatabaseBackend corresponding to the given backend name and check if it is possible to disable this backend.
 void VirtualDatabase.disableBackend(java.lang.String backendName)
           
 void VirtualDatabase.disableAllBackend()
          Prepare this virtual database for shutdown.
 void VirtualDatabase.enableAllBackend()
          Prepare this virtual database for startup.
 void VirtualDatabase.enableAllBackend(java.lang.String checkpoint)
          Prepare this virtual database for startup.
 void VirtualDatabase.disableBackendForCheckpoint(java.lang.String backendName, java.lang.String checkpointName)
           
 java.util.ArrayList VirtualDatabase.getAllBackendNames()
           
 java.lang.String VirtualDatabase.getXmlInformation()
          Retrieves this VirtualDatabase object in xml format
 java.lang.String VirtualDatabase.getBackendInformation(java.lang.String backendName)
           
 java.util.ArrayList VirtualDatabase.viewAllBackendNames()
           
 void VirtualDatabase.disableAllBackendForCheckpoint(java.lang.String checkpoint)
           
 



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