|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControllerServerThread | |
org.objectweb.cjdbc.controller | C-JDBC controller bootstrap and interfaces. |
Uses of ControllerServerThread in org.objectweb.cjdbc.controller |
Fields in org.objectweb.cjdbc.controller declared as ControllerServerThread | |
private ControllerServerThread |
ControllerWorkerThread.serverThread
|
private ControllerServerThread |
Controller.connectionThread
Thread that listens for driver connections |
Methods in org.objectweb.cjdbc.controller that return ControllerServerThread | |
ControllerServerThread |
Controller.getConnectionThread()
Access the connection thread. |
Constructors in org.objectweb.cjdbc.controller with parameters of type ControllerServerThread | |
ControllerWorkerThread(ControllerServerThread serverThread)
Creates a new ControllerWorkerThread instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |