02/28/2005
 

Package com.epicentric.jdbc

Provides a database connection pooling system.

See:
          Package Summary

Interface Summary
ConnectionPool Interface for maintaining a pool of connections to a database.
ConnectionTestProvider  
StatementListener  
 

Class Summary
ConnectionPoolConfiguration  
ConnectionPoolManager Simple class tool for retrieving connection pools.
ConnectionPoolService Connection pool service for JDBC connections.
 

Exception Summary
InvalidConfigurationException  
TimeoutException Exception that occurs if retrieval of a connection from the connection pool takes too long
UntestableConnectionException  
 

Package com.epicentric.jdbc Description

Provides a database connection pooling system. For frequently accessed data, a separate connection pool should be established--one pool per database or table space.

Connection pools can be configured in a Vignette Portal properties file, as explained in the Vignette Portal Configuration Guide, which is available from Vignette Global Marketplace, http://global.vignette.com. That guide also provides details and best practices for storing your own data in a custom database and for extending the Vignette Portal Users table in an upgradable fashion.

See:
           Discussion
           Code Example

See Also:
com.epicentric.jndi

02/28/2005
 

Copyright and Trademark Notices