|
PAJES 3.0.21 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| ConnectionManager | Manages named connection pools and the retrieval of database connections from them. |
| ConnectionPool | Opens and maintains a thread-safe pool of JDBC connections. |
| ConnectionPoolConfiguration | Reads an XML-based deployment descriptor that defines ConnectionPool instances. |
| ConnectionPoolDefinition | Contains the definition of a ConnectionPool as loaded by ConnectionPoolConfiguration. |
| ConnectionWrapper | A wrapper for java.sql.Connection objects to add logging of statements executed and the elapsed execution times. |
| DBUtility | Convenience utilty methods. |
| Exception Summary | |
|---|---|
| ConnectionPoolException | Thrown when a run-time exception relating to a ConnectionPool occurs. |
Provides database connection and pooling management features to PAJES applications.
Connection pools are created and configured through an XML-based deployment
descriptor called database.xml, which must be located in the
WEB-INF directory of your web application.
The deployment descriptor must be in the format as described in ConnectionPoolConfiguration.
Connections are most easily obtained using the convenience methods
in DataAccessPajeServlet.
|
PAJES 3.0.21 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||