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

Packages that use ControllerException
org.objectweb.cjdbc.common.jmx.mbeans All the MBeans interface used in C-JDBC 
org.objectweb.cjdbc.controller.backend Database backend core. 
org.objectweb.cjdbc.controller.core C-JDBC controller bootstrap and interfaces.  
 

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

Methods in org.objectweb.cjdbc.common.jmx.mbeans that throw ControllerException
 void ControllerMBean.addVirtualDatabases(java.lang.String xml)
          Registers one or several virtual databases in the controller.
 void ControllerMBean.addVirtualDatabases(java.lang.String xml, java.lang.String virtualName, int autoEnable, java.lang.String checkPoint)
          Registers one or several virtual databases in the controller.
 void ControllerMBean.refreshLogConfiguration()
          Refreshs the logging system configuration by re-reading the log4j.properties file.
 void ControllerMBean.shutdown(int level)
          Turns the controller down by using default shutdown level
 void ControllerMBean.shutdownDatabase(java.lang.String databaseName, int level)
          Shutdown a database in the given mode.
 void ControllerMBean.updateLogConfigurationFile(java.lang.String newConfiguration)
          Update the log4j configuration file with the given content Also call refreshLogConfiguration method
 

Uses of ControllerException in org.objectweb.cjdbc.controller.backend
 

Methods in org.objectweb.cjdbc.controller.backend that throw ControllerException
 void BackendRecoveryPolicy.addController(java.lang.String controllerName)
          Add a controller name that can recover this backend in case of the failure of the current controller.
 

Uses of ControllerException in org.objectweb.cjdbc.controller.core
 

Methods in org.objectweb.cjdbc.controller.core that throw ControllerException
 void Controller.addVirtualDatabases(java.lang.String xml, java.lang.String virtualName, int autoLoad, java.lang.String checkPoint)
           
 void Controller.addVirtualDatabases(java.lang.String xml)
          Register a VirtualDatabase with default options
 void Controller.addVirtualDatabase(VirtualDatabase vdb)
          Registers a new VirtualDatabase in this controller.
 void Controller.addVirtualDatabase(VirtualDatabase vdb, int autoLoad, java.lang.String checkPoint)
          Add the virtual database with the specified options
 java.lang.String Controller.removeVirtualDatabase(java.lang.String virtualname)
           
 void Controller.refreshLogConfiguration()
           
 void Controller.shutdown()
          Turns the controller down by using default shutdown level
 void Controller.shutdown(int level)
           
 void Controller.shutdownDatabase(java.lang.String databaseName, int level)
           
 void Controller.shutdown(int level, boolean systemExit)
           
 void Controller.updateLogConfigurationFile(java.lang.String newConfiguration)
           
 



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