Skip navigation links
Oracle® Universal Connection Pool Java API Reference
12c Release 2 (12.2)

E50120-05

Package oracle.ucp

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

See: Description

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 Java API Reference
12c Release 2 (12.2)

E50120-05

Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved.