Package | Description |
---|---|
oracle.ucp |
Includes both required and optional callback interfaces
that are used to implement connection pool features.
|
oracle.ucp.admin |
Defines interfaces for administering Universal Connection Pool instances,
including JMX support.
|
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 and Description |
---|---|
UniversalConnectionPool |
UniversalConnectionPoolAdapter.createUniversalConnectionPool()
Creates a Universal Connection Pool instance using this adapter.
|
UniversalConnectionPool |
UniversalConnectionPoolAdapter.createUniversalConnectionPool()
Creates a Universal Connection Pool instance using this adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactoryAdapter.setUniversalConnectionPool(UniversalConnectionPool connectionPool)
Sets the connection pool that interacts with this connection factory
adapter.
|
void |
ConnectionFactoryAdapter.setUniversalConnectionPool(UniversalConnectionPool connectionPool)
Sets the connection pool that interacts with this connection factory
adapter.
|
Modifier and Type | Field and Description |
---|---|
protected UniversalConnectionPool |
UniversalConnectionPoolMBeanBase.connectionPool |
Modifier and Type | Field and Description |
---|---|
protected Map<String,UniversalConnectionPool> |
UniversalConnectionPoolManagerBase.m_connPool |
Modifier and Type | Method and Description |
---|---|
UniversalConnectionPool |
UniversalConnectionPoolManager.getConnectionPool(String poolName)
Gets the Universal Connection Pool instance from the Universal Connection
Pool Manager.
|
UniversalConnectionPool |
UniversalConnectionPoolManagerBase.getConnectionPool(String poolName)
Gets the UniversalConnectionPool from UniversalConnectionPoolManager
Object.
|
UniversalConnectionPool |
UniversalConnectionPoolManager.getConnectionPool(String poolName)
Gets the Universal Connection Pool instance from the Universal Connection
Pool Manager.
|
Modifier and Type | Method and Description |
---|---|
void |
UniversalConnectionPoolManager.setConnectionPool(UniversalConnectionPool connectionPool)
Sets the Universal Connection Pool with
the
UniversalConnectionPoolManager Object. |
void |
UniversalConnectionPoolManagerBase.setConnectionPool(UniversalConnectionPool connectionPool)
Sets the UniversalConnectionPool with UniversalConnectionPoolManager
Object.
|
void |
UniversalConnectionPoolManager.setConnectionPool(UniversalConnectionPool connectionPool)
Sets the Universal Connection Pool with
the
UniversalConnectionPoolManager Object. |
Constructor and Description |
---|
JDBCUniversalConnectionPoolMBeanImpl(UniversalConnectionPool connectionPool)
Constructor for JDBCUniversalConnectionPoolMBeanImpl.
|
UniversalConnectionPoolManagerHelper(UniversalConnectionPool connectionPool)
Constructor for UniversalConnectionPoolManagerHelper.
|
UniversalConnectionPoolMBeanBase(UniversalConnectionPool connectionPool)
Constructor for UniversalConnectionPoolMBeanBase.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.ucp.common.UniversalConnectionPoolBase
A base connection pool.
|
class |
oracle.ucp.common.UniversalConnectionPoolImpl
An implementation of the connection pool that uses collections to
store the available connections.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionConnectionPool
A JDBC connection pool that pools
java.sql.Connection objects. |
class |
JDBCConnectionPool
Base JDBC connection pool.
|
class |
PooledConnectionConnectionPool
A JDBC connection pool that pools
javax.sql.PooledConnection
objects. |
class |
XAConnectionConnectionPool
A JDBC connection pool that pools
javax.sql.XAConnection
objects. |
Modifier and Type | Method and Description |
---|---|
UniversalConnectionPool |
PoolDataSourceImpl.createUniversalConnectionPool()
Creates a Universal Connection Pool instance using this adapter.
|
UniversalConnectionPool |
PoolDataSourceImpl.createUniversalConnectionPool()
Creates a Universal Connection Pool instance using this adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleConnectionConnectionPool
Oracle-specific JDBC pool that handles JDBC Connections.
|
class |
OracleJDBCConnectionPool
Base class for Oracle-specific JDBC connection pools.
|
class |
OraclePooledConnectionConnectionPool
Oracle-specific JDBC pool that handles JDBC pooled connections.
|
class |
OracleReplayableConnectionConnectionPool
Oracle-specific JDBC pool that handles JDBC Connections.
|
class |
OracleXAConnectionConnectionPool
Oracle-specific JDBC pool that handles JDBC XA connections.
|
Copyright © 2008, 2016, Oracle. All rights reserved.