|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
JDBCPoolDataSource | DataSource for non-transactional JDBC pools. |
PoolDriver | JDBC Driver to access pooled JDBC connections. |
XAPoolDataSource | DataSource for transactional JDBC pools. |
Data Sources that are the main client interface for connection pools. The quickest way to get up and running with a JDBC or XA connection pool is to create and configure a DataSource. This package includes both non-transactional JDBC pools, and transactional JDBC pools that will automatically register with a JTA TransactionManager. You may choose to use the wrappers for non-transactional drivers in a transactional JDBC pool by using that as your XADataSource (see org.minerva.xa.XADataSourceImpl).
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |