Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Package oracle.ucp

Includes both required and optional callback interfaces that are used to implement connection pool features.

See:
          Description

Interface Summary
AbandonedConnectionTimeoutCallback The callback interface for the abandoned connection timeout feature.
ConnectionAffinityCallback The callback interface for the Oracle RAC affinity features.
ConnectionFactoryAdapter The connection factory adapter is responsible for creating and closing connections for a specific resource (such as, JDBC or JCA).
ConnectionHarvestingCallback The callback interface for the connection harvesting support.
ConnectionLabelingCallback The callback interface for connection labeling support.
ConnectionRetrievalInfo The connection retrieval info object is used by the connection factory adapter to create connections.
TimeToLiveConnectionTimeoutCallback The callback interface for the time-to-live (TTL) connection timeout feature.
UniversalConnectionPool A connection pool that pools any type of connection (called a physical connection).
UniversalConnectionPoolAdapter Universal Connection Pool Adapter interface.
UniversalConnectionPoolStatistics Various runtime statistics for the Universal Connection Pool.
UniversalPooledConnection The UniversalPooledConnection is the actual object that is pooled by the connection pool.

 

Class Summary
UniversalConnectionPoolLifeCycleState Type-safe Life Cycle values for the connection pool.
UniversalPooledConnectionStatus Describes the status of a pooled connection.

 

Enum Summary
ConnectionAffinityCallback.AffinityPolicy  

 

Exception Summary
NoAvailableConnectionsException An exception indicating that there are no available connections in the connection pool.
UniversalConnectionPoolException This exception is the base exception for Universal Connection Pool exceptions.

 

Package oracle.ucp Description

Includes both required and optional callback interfaces that are used to implement connection pool features. These callback interfaces include:

This package also includes the connection pool itself that pools any type of connection (called a physical connection).
There are several key objects that make up the connection pool:

The connection pool provides some properties for users to customize the pool's behavior, such as (see UniversalConnectionPool):

The connection pool maintains some statistics such as (see UniversalConnectionPoolStatistics):

A connection pool has a lifecycle. See UniversalConnectionPoolLifeCycleState for details.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, see:



Skip navigation links

Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2)

E12826-01


Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.