|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 | |
protected Controller |
ControllerShutdownThread.controller
|
Constructors in org.objectweb.cjdbc.controller.core.shutdown with parameters of type Controller | |
ControllerShutdownThread(Controller controller,
int level)
Prepare the thread for shutting down. |
|
ControllerForceShutdownThread(Controller controller)
Creates a new ControllerWaitShutdownThread object |
|
ControllerWaitShutdownThread(Controller controller)
Creates a new ControllerWaitShutdownThread object |
|
ControllerSafeShutdownThread(Controller controller)
Creates a new ControllerWaitShutdownThread object |
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 | |
VirtualDatabaseWorkerThread(Controller controller,
VirtualDatabase vdb)
Creates a new VirtualDatabaseWorkerThread instance. |
|
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. |
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |