| Package | Description |
|---|---|
| oracle.ucp |
Includes both required and optional callback interfaces
that are used to implement connection pool features.
|
| oracle.ucp.common | |
| oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work
with JDBC connections and a connection pool.
|
| oracle.ucp.jdbc.oracle |
Includes various runtime statistics for the Universal Connection Pool
that are specific to Oracle JDBC resources.
|
| Modifier and Type | Method | Description |
|---|---|---|
UniversalConnectionPoolStatistics |
UniversalConnectionPool.getStatistics() |
Gets the statistics of the connection pool.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
oracle.ucp.common.UniversalConnectionPoolStatisticsImpl |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
JDBCConnectionPoolStatistics |
Various runtime statistics for the Universal Connection Pool
that are specific to JDBC resources.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JDBCConnectionPoolStatisticsImpl |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
OracleJDBCConnectionPoolStatistics |
Various runtime statistics for the Universal Connection Pool that
are specific to Oracle JDBC resources.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
OracleJDBCConnectionPoolStatisticsImpl |
Copyright © 2008, 2017, Oracle. All rights reserved.