Package org.eclnt.ccee.db.dofw
Class DBConnectionPool
java.lang.Object
org.eclnt.ccee.db.dofw.DBConnectionPool
- All Implemented Interfaces:
ICCEEConstants
-
Field Summary
Fields inherited from interface org.eclnt.ccee.ICCEEConstants
AND, ASC, AVG, BETWEEN, BRC, BRO, COUNT, DEFAULT_CONTEXT, DESC, FUNCTIONRESULT, GREATER, GREATEREQUAL, IN, IS, ISNOT, LIKE, LL_DBG, LL_ERR, LL_INF, LL_WAR, LOWER, LOWEREQUAL, MAX, MIN, NULL, OR, ORDERBY, QPFUNCTION_LOWER, QPFUNCTION_UPPER, SUM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addToPool
(String contextName, Connection conn) static void
initConnectionChecker
(IDBConnectionPoolConnectionChecker connectionChecker) Pass own implementation ofIDBConnectionPoolConnectionChecker
that is used instead of the default one.static Connection
pickFromPool
(String contextName)
-
Constructor Details
-
DBConnectionPool
public DBConnectionPool()
-
-
Method Details
-
initConnectionChecker
Pass own implementation ofIDBConnectionPoolConnectionChecker
that is used instead of the default one. -
addToPool
-
pickFromPool
-