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.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.shutdown(int level)
          Turns the controller down by using default shutdown level
 void ControllerMBean.refreshLogConfiguration()
          Refreshs the logging system configuration by re-reading the log4j.properties file.
 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.core
 

Methods in org.objectweb.cjdbc.controller.core that throw ControllerException
 void Controller.addVirtualDatabases(java.lang.String xml, java.lang.String vdbName, int autoEnable, java.lang.String checkpoint)
          Adds virtual databases contained in the XML document given as a String.
 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.shutdown(int level)
           
 void Controller.refreshLogConfiguration()
           
 void Controller.updateLogConfigurationFile(java.lang.String newConfiguration)
           
 



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