|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller | |
org.objectweb.cjdbc.controller | C-JDBC controller bootstrap and interfaces. |
org.objectweb.cjdbc.controller.shutdown | |
org.objectweb.cjdbc.controller.xml | XML configuration file parsing and handling. |
Uses of Controller in org.objectweb.cjdbc.controller |
Fields in org.objectweb.cjdbc.controller declared as Controller | |
private Controller |
ControllerReport.controller
|
private Controller |
ControllerFactory.controller
|
protected Controller |
ControllerServerThread.controller
|
private static Controller |
Controller.controller
Controller static |
Methods in org.objectweb.cjdbc.controller 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. |
Methods in org.objectweb.cjdbc.controller with parameters of type Controller | |
void |
ControllerReport.init(Controller controller)
|
Constructors in org.objectweb.cjdbc.controller with parameters of type Controller | |
ControllerReport(Controller controller)
Call above and write controller xml information and information |
|
ControllerReport(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.shutdown |
Fields in org.objectweb.cjdbc.controller.shutdown declared as Controller | |
private Controller |
ControllerShutdownThread.controller
|
Constructors in org.objectweb.cjdbc.controller.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.xml |
Fields in org.objectweb.cjdbc.controller.xml declared as Controller | |
private Controller |
DatabasesHandler.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 | |
DatabasesHandler(Controller controller)
Creates a new DatabasesHandler
| |
DatabasesParser(Controller controller)
Creates a new DatabasesParser instance. |
|
DatabasesParser(Controller controller,
java.lang.String virtualName,
boolean autoEnable,
java.lang.String checkPoint)
Creates a new DatabasesParser instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |