Uses of Class
org.objectweb.cjdbc.controller.core.Controller

Packages that use Controller
org.objectweb.cjdbc.controller.core C-JDBC controller bootstrap and interfaces.  
org.objectweb.cjdbc.controller.core.shutdown Set of classes for properly execute shutdown of controller, databases and backends. 
org.objectweb.cjdbc.controller.monitoring.datacollector This regroups all the common interfaces and mbeans to collect information on the system, and eventually make a trace of it.  
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
org.objectweb.cjdbc.controller.xml XML configuration files parsing 
 

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

Fields in org.objectweb.cjdbc.controller.core declared as Controller
private  Controller ControllerFactory.controller
           
private  Controller ReportManager.controller
           
protected  Controller ControllerServerThread.controller
           
 

Methods in org.objectweb.cjdbc.controller.core that return Controller
private  Controller ControllerFactory.setup()
          Test if there is a file to take configuration from, if so call setUpByXml()
 Controller ControllerFactory.getController()
          Retrieve the controller associated with this ControllerFactory instance.
 

Constructors in org.objectweb.cjdbc.controller.core with parameters of type Controller
ReportManager(Controller controller)
          Call above and write controller xml information and information
ReportManager(Controller controller, boolean showLogsOnly)
          Creates a new ReportManager.java object Report only logs
ReportManager(Controller controller, java.lang.Exception e)
          Call above and write about the exception
ControllerServerThread(Controller controller)
          Creates a new ControllerServerThread that listens on the given port.
 

Uses of Controller in org.objectweb.cjdbc.controller.core.shutdown
 

Fields in org.objectweb.cjdbc.controller.core.shutdown declared as Controller
private  Controller ControllerShutdownThread.controller
           
 

Constructors in org.objectweb.cjdbc.controller.core.shutdown with parameters of type Controller
ControllerShutdownThread(Controller controller, int ilevel)
          Prepare the thread for shutting down.
 

Uses of Controller in org.objectweb.cjdbc.controller.monitoring.datacollector
 

Fields in org.objectweb.cjdbc.controller.monitoring.datacollector declared as Controller
(package private)  Controller DataCollector.controller
           
 

Methods in org.objectweb.cjdbc.controller.monitoring.datacollector that return Controller
 Controller DataCollector.getController()
           
 

Constructors in org.objectweb.cjdbc.controller.monitoring.datacollector with parameters of type Controller
DataCollector(Controller controller)
          Create a new DataCollector associated to this controller.
 

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

Fields in org.objectweb.cjdbc.controller.virtualdatabase declared as Controller
private  Controller VirtualDatabaseWorkerThread.controller
           
(package private)  Controller VirtualDatabase.controller
          The controller we belong to
 

Constructors in org.objectweb.cjdbc.controller.virtualdatabase with parameters of type Controller
DistributedVirtualDatabase(Controller controller, java.lang.String name, java.lang.String groupName, int maxConnections, boolean pool, int minThreads, int maxThreads, long maxThreadIdleTime, int sqlShortFormLength, AbstractBlobFilter blobFilter)
          Creates a new DistributedVirtualDatabase instance.
VirtualDatabaseWorkerThread(Controller controller, VirtualDatabase vdb)
          Creates a new VirtualDatabaseWorkerThread instance.
VirtualDatabase(Controller controller, java.lang.String name, int maxConnections, boolean pool, int minThreads, int maxThreads, long maxThreadIdleTime, int sqlShortFormLength, AbstractBlobFilter blobFilter)
          Creates a new VirtualDatabase instance.
 

Uses of Controller in org.objectweb.cjdbc.controller.xml
 

Fields in org.objectweb.cjdbc.controller.xml declared as Controller
private  Controller ControllerParser.controller
           
private  Controller DatabasesParser.controller
          C-JDBC controller to setup.
 

Methods in org.objectweb.cjdbc.controller.xml with parameters of type Controller
private  void DatabasesParser.prepareHandler(Controller controller)
           
 

Constructors in org.objectweb.cjdbc.controller.xml with parameters of type Controller
DatabasesParser(Controller controller)
          Creates a new DatabasesParser instance.
DatabasesParser(Controller controller, java.lang.String virtualName, int autoLoad, java.lang.String checkPoint)
          Creates a new DatabasesParser instance.
 



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