Uses of Interface
org.experlog.util.ConnectionPool

Packages that use ConnectionPool
org.experlog.base   
org.experlog.db   
 

Uses of ConnectionPool in org.experlog.base
 

Fields in org.experlog.base declared as ConnectionPool
 ConnectionPool OpenClient.connectionPool_
           
 ConnectionPool ESStore.connectionPool_
           
 

Methods in org.experlog.base that return ConnectionPool
 ConnectionPool OpenClient.getConnectionPool()
           
 ConnectionPool ESStore.getConnectionPool()
           
 

Methods in org.experlog.base with parameters of type ConnectionPool
 void OpenClient.setConnectionPool(ConnectionPool obj)
           
 void ESStore.setConnectionPool(ConnectionPool conn)
           
 

Constructors in org.experlog.base with parameters of type ConnectionPool
OpenClient(java.lang.String id, javax.servlet.http.HttpServletRequest req, ConnectionPool conPool)
          constructor of a client, with its clientID, the request, and the jdbc connection
 

Uses of ConnectionPool in org.experlog.db
 

Classes in org.experlog.db that implement ConnectionPool
 class ESConnectionPool
          ESConnectionPool is a database tool object.