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 and Description |
---|---|
UniversalPooledConnection |
UniversalConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)
Gets a connection from the connection pool.
|
UniversalPooledConnection |
UniversalConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)
Gets a connection from the connection pool.
|
UniversalPooledConnection |
ConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a UniversalPooledConnection object.
|
UniversalPooledConnection |
ConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a UniversalPooledConnection object.
|
Modifier and Type | Method and Description |
---|---|
void |
UniversalConnectionPool.closeConnection(UniversalPooledConnection pooledConnection)
Closes the pooled connection.
|
void |
UniversalConnectionPool.closeConnection(UniversalPooledConnection pooledConnection)
Closes the pooled connection.
|
void |
UniversalConnectionPool.returnConnection(UniversalPooledConnection pooledConnection)
Returns a connection back into the connection pool.
|
void |
UniversalConnectionPool.returnConnection(UniversalPooledConnection pooledConnection)
Returns a connection back into the connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
oracle.ucp.common.FailoverableUniversalPooledConnectionBase
A base class for Universal Pooled Connections that implements failover.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCUniversalPooledConnection |
Modifier and Type | Method and Description |
---|---|
UniversalPooledConnection |
JDBCConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)
Gets a Universal Pooled Connection from the base pool and enables the
statement caching when qualified.
|
UniversalPooledConnection |
JDBCConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a
UniversalPooledConnection object. |
Modifier and Type | Method and Description |
---|---|
protected Object |
JDBCConnectionPool.getConnectionObjectForLabelingConfigure(UniversalPooledConnection upc) |
Modifier and Type | Class and Description |
---|---|
class |
OracleUniversalPooledConnection |
Modifier and Type | Method and Description |
---|---|
UniversalPooledConnection |
OracleJDBCConnectionPool.borrowConnection(ConnectionRetrievalInfo cri) |
UniversalPooledConnection |
OracleConnectionConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)
Gets a connection from the connection pool.
|
UniversalPooledConnection |
OracleJDBCConnectionPool.createOnePooledConnection(ConnectionRetrievalInfo cri)
Creates a physical connection in the pool based on the
ConnectionRetrievalInfo
|
UniversalPooledConnection |
OracleXADataSourceConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a
UniversalPooledConnection object. |
UniversalPooledConnection |
OracleDriverConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a UniversalPooledConnection object.
|
UniversalPooledConnection |
OracleDataSourceConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a UniversalPooledConnection object.
|
UniversalPooledConnection |
OracleConnectionPoolDataSourceConnectionFactoryAdapter.createPooledConnection(Object connection,
ConnectionRetrievalInfo connectionRequestInfo)
Creates a
UniversalPooledConnection object. |
UniversalPooledConnection |
Poolable.getPooledObject() |
Modifier and Type | Method and Description |
---|---|
protected Object |
OracleXAConnectionConnectionPool.getConnectionObjectForLabelingConfigure(UniversalPooledConnection upc) |
protected String |
OracleJDBCConnectionPool.getDRCPPLSQLCallbackName(UniversalPooledConnection pc)
DRCP featue is currently available only for OracleConnectionConnectionPool
so returning
Null by default. |
protected String |
OracleConnectionConnectionPool.getDRCPPLSQLCallbackName(UniversalPooledConnection pc)
Returns the PL/SQL Fix-up callback name if configured,
otherwise returns
Null . |
protected boolean |
OracleJDBCConnectionPool.isDRCPEnabled(UniversalPooledConnection pc)
DRCP feature is currently available only for OracleConnectionConnectionPool
so returing
false by default. |
protected boolean |
OracleConnectionConnectionPool.isDRCPEnabled(UniversalPooledConnection pc) |
protected boolean |
OracleJDBCConnectionPool.isDRCPMultiTagEnabled(UniversalPooledConnection pc)
DRCP feature is currently available only for OracleConnectionConnectionPool
so returing
false by default. |
protected boolean |
OracleConnectionConnectionPool.isDRCPMultiTagEnabled(UniversalPooledConnection pc)
Returns true if DRCP Multitag is enabled false otherwise.
|
protected boolean |
OracleConnectionConnectionPool.needToConfigureConnection(UniversalPooledConnection pc,
Properties requestedLabels)
While using DRCP the connection selection is done by DRCP machinery and
UCP does not have any control over the selection.
|
protected void |
OracleJDBCConnectionPool.onAddingConnectionToPool(UniversalPooledConnection pooledConnection) |
protected void |
OracleJDBCConnectionPool.onRemovingConnectionFromPool(UniversalPooledConnection pooledConnection) |
void |
OracleConnectionConnectionPool.returnConnection(UniversalPooledConnection upc) |
Copyright © 2008, 2017, Oracle. All rights reserved.