|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Includes various interfaces and classes used by applications to work with JDBC connections and a connection pool.
See:
Description
Interface Summary | |
---|---|
ConnectionWithAbandonedTimeout | Interface supporting abandoned connection timeout handling for JDBC java.sql.Connections . |
ConnectionWithTimeToLiveTimeout | Interface supporting time-to-live connection timeout handling for JDBC java.sql.Connections . |
HarvestableConnection | Interface supporting Connection Harvesting for JDBC java.sql.Connections . |
JDBCConnectionPoolStatistics | Various runtime statistics for the Universal Connection Pool that are specific to JDBC resources. |
LabelableConnection | Interface supporting Connection Labeling for JDBC java.sql.Connections . |
PoolDataSource | A connection pool-aware data source interface. |
PoolXADataSource | A Universal Connection Pool-enabled XA data source. |
ValidConnection | This interface allows JDBC applications to easily and quickly determine the usability of a java.sql.Connection object and to identify connection objects that should no longer be used for connection pooling. |
Class Summary | |
---|---|
PoolDataSourceFactory | Data source factory for creating instances of the pool-enabled PoolDataSource or PoolXADataSource that provide access to Universal Connection Pool functionalities. |
PoolDataSourceImpl | A connection pool-aware data source. |
PoolXADataSourceImpl | A connection pool-aware data source. |
Includes various interfaces and classes used by applications to work with JDBC connections and a connection pool.
Among the interfaces found in this package, the PoolDataSource
and PoolXADataSource
data source interfaces are used by an application to get connections as well as getting and setting connection pool properties. Data source instances implementing these two interfaces automatically create a connection pool.
Allows query-only operations on all available Universal Connection Pool statistics specific to JDBC resources.
For overviews, tutorials, examples, guides, and tool documentation, see:
|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2) E12826-01 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |