Constructors' Summary |
Constructors' Details |
:: com :: sun :: star :: sdbc ::
|
service ConnectionPool |
- Supported Interface
- XDriverManager
|
- Description
- is the basic service for pooling SDBC connections.
When the method
XPooledConnection::getConnection()
is called,
the ConnectionPool will attempt to locate a suitable pooled connection
or create a new connection from the DriverManager. When the connection
will be released it will move to the pool of unused connections.
- Developers Guide
- Database - Connection Pooling
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.