Uses of Class
edu.uiuc.ncsa.security.core.util.Pool
-
Packages that use Pool Package Description edu.uiuc.ncsa.security.servlet edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.storage.sql.derby Connectivity for the Derby databaseedu.uiuc.ncsa.security.storage.sql.mariadb Connectivity for the Maria DB database server.edu.uiuc.ncsa.security.storage.sql.mysql Connectivity for the MySQL database server. -
-
Uses of Pool in edu.uiuc.ncsa.security.servlet
Fields in edu.uiuc.ncsa.security.servlet declared as Pool Modifier and Type Field Description protected Pool<org.apache.http.client.HttpClient>ServiceClient. clientPool -
Uses of Pool in edu.uiuc.ncsa.security.storage.sql
Subclasses of Pool in edu.uiuc.ncsa.security.storage.sql Modifier and Type Class Description classConnectionPool<T extends ConnectionRecord>A pool for jdbc connections. -
Uses of Pool in edu.uiuc.ncsa.security.storage.sql.derby
Subclasses of Pool in edu.uiuc.ncsa.security.storage.sql.derby Modifier and Type Class Description classDerbyConnectionPoolCreated by Jeff Gaynor
on 2/22/24 at 10:43 AM -
Uses of Pool in edu.uiuc.ncsa.security.storage.sql.mariadb
Subclasses of Pool in edu.uiuc.ncsa.security.storage.sql.mariadb Modifier and Type Class Description classMariaDBConnectionPoolOriginal readme: A specific pool for working with MariaDB. -
Uses of Pool in edu.uiuc.ncsa.security.storage.sql.mysql
Subclasses of Pool in edu.uiuc.ncsa.security.storage.sql.mysql Modifier and Type Class Description classMySQLConnectionPoolA specific pool for working with MySQL.
-