Uses of Package
org.objectweb.cjdbc.controller.connection

Packages that use org.objectweb.cjdbc.controller.connection
org.objectweb.cjdbc.controller.backend Database backend core. 
org.objectweb.cjdbc.controller.connection Connection managers implementations (mainly connection pooling). 
org.objectweb.cjdbc.controller.loadbalancer All C-JDBC load balancers are subpackage of this one which provides the load balancer interface and the core backend thread. 
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
 

Classes in org.objectweb.cjdbc.controller.connection used by org.objectweb.cjdbc.controller.backend
AbstractConnectionManager
          A ConnectionManager object is responsible to talk directly with a database backend.
 

Classes in org.objectweb.cjdbc.controller.connection used by org.objectweb.cjdbc.controller.connection
AbstractConnectionManager
          A ConnectionManager object is responsible to talk directly with a database backend.
AbstractPoolConnectionManager
          This connection manager uses a pool of persistent connections with the database.
VariablePoolConnectionManager
          This connection manager provides connection pooling with a dynamically adjustable pool size.
VariablePoolConnectionManager.RemoveIdleConnectionsThread
          Allows to remove idle free connections after the idleTimeout timeout.
 

Classes in org.objectweb.cjdbc.controller.connection used by org.objectweb.cjdbc.controller.loadbalancer
AbstractConnectionManager
          A ConnectionManager object is responsible to talk directly with a database backend.
 

Classes in org.objectweb.cjdbc.controller.connection used by org.objectweb.cjdbc.controller.virtualdatabase
AbstractConnectionManager
          A ConnectionManager object is responsible to talk directly with a database backend.
 



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