- reconfigure(Properties) - Method in interface oracle.ucp.UniversalConnectionPool
-
Allows a connection pool to be reconfigured gracefully with a different set of properties that specify the behavior of the connection pool at runtime.
- reconfigureConnectionPool(String, Properties) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManager
-
Reconfigures the connection pool.
- reconfigureConnectionPool(String, Properties) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManagerMBean
-
Reconfigures the connection pool.
- reconfigureDataSource(Properties) - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Reconfigures the data source.
- reconfigureDataSource(Properties) - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Reconfigures the data source.
- recycle() - Method in interface oracle.ucp.admin.UniversalConnectionPoolMBean
-
Recycles the Universal Connection Pool instance.
- recycle() - Method in interface oracle.ucp.UniversalConnectionPool
-
Allows only invalid available connections in the pool to be replaced with new/fresh connections.
- recycleConnectionPool(String) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManager
-
Recycles the connection pool.
- recycleConnectionPool(String) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManagerMBean
-
Recycles the connection pool.
- refresh() - Method in interface oracle.ucp.admin.UniversalConnectionPoolMBean
-
Refreshes the Universal Connection Pool instance.
- refresh() - Method in interface oracle.ucp.UniversalConnectionPool
-
Allows connections in the pool, both borrowed and available ones, to be replaced with new/fresh connections.
- refreshConnectionPool(String) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManager
-
Refreshes the connection pool.
- refreshConnectionPool(String) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManagerMBean
-
Refreshes the connection pool.
- registerAbandonedConnectionTimeoutCallback(AbandonedConnectionTimeoutCallback) - Method in interface oracle.ucp.jdbc.ConnectionWithAbandonedTimeout
-
Registers AbandonedConnectionTimeoutCallback
with this connection.
- registerAbandonedConnectionTimeoutCallback(AbandonedConnectionTimeoutCallback) - Method in interface oracle.ucp.UniversalPooledConnection
-
Registers an AbandonedConnectionTimeoutCallback
with this connection.
- registerConnectionAffinityCallback(ConnectionAffinityCallback) - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Registers a connection affinity callback on the connection pool.
- registerConnectionAffinityCallback(ConnectionAffinityCallback) - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Registers a ConnectionAffinityCallback on the connection pool.
- registerConnectionAffinityCallback(ConnectionAffinityCallback) - Method in interface oracle.ucp.UniversalConnectionPool
-
Registers a ConnectionAffinityCallback
objet on the connection pool.
- registerConnectionHarvestingCallback(ConnectionHarvestingCallback) - Method in interface oracle.ucp.jdbc.HarvestableConnection
-
Registers a ConnectionHarvestingCallback with the this connection.
- registerConnectionHarvestingCallback(ConnectionHarvestingCallback) - Method in interface oracle.ucp.UniversalPooledConnection
-
Registers a ConnectionHarvestingCallback
with this connection.
- registerConnectionInitializationCallback(ConnectionInitializationCallback) - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Registers a connection initialization callback.
- registerConnectionInitializationCallback(ConnectionInitializationCallback) - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Registers a connection initialization callback.
- registerConnectionLabelingCallback(ConnectionLabelingCallback) - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Registers a connection labeling callback with the underlying connection pool.
- registerConnectionLabelingCallback(ConnectionLabelingCallback) - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Registers a ConnectionLabelingCallback with the underlying connection pool.
- registerConnectionLabelingCallback(ConnectionLabelingCallback) - Method in interface oracle.ucp.UniversalConnectionPool
-
Registers a ConnectionLabelingCallback
object with this connection pool.
- registerTimeToLiveConnectionTimeoutCallback(TimeToLiveConnectionTimeoutCallback) - Method in interface oracle.ucp.jdbc.ConnectionWithTimeToLiveTimeout
-
Registers a time-to-live connection timeout callback with this connection.
- registerTimeToLiveConnectionTimeoutCallback(TimeToLiveConnectionTimeoutCallback) - Method in interface oracle.ucp.UniversalPooledConnection
-
Registers a TimeToLiveConnectionTimeoutCallback
with this connection.
- registerUniversalConnectionPoolMBean(UniversalConnectionPoolMBean) - Method in interface oracle.ucp.admin.UniversalConnectionPoolManagerMBean
-
Registers the Universal Connection Pool MBean instance with the MBean server.
- removeAbandonedConnectionTimeoutCallback() - Method in interface oracle.ucp.jdbc.ConnectionWithAbandonedTimeout
-
Removes the AbandonedConnectionTimeoutCallback
object registered with this connection, if any.
- removeAbandonedConnectionTimeoutCallback() - Method in interface oracle.ucp.UniversalPooledConnection
-
Removes the AbandonedConnectionTimeoutCallback
object registered with this connection, if any.
- removeConnectionAffinityCallback() - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Removes the ConnectionAffinityCallback
object registered on the connection pool.
- removeConnectionAffinityCallback() - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Removes the ConnectionAffinityCallback registered on the connection pool.
- removeConnectionAffinityCallback() - Method in interface oracle.ucp.UniversalConnectionPool
-
Removes the ConnectionAffinityCallback
object registered on the connection pool.
- removeConnectionHarvestingCallback() - Method in interface oracle.ucp.jdbc.HarvestableConnection
-
Removes the ConnectionHarvestingCallback object registered with this connection, if any.
- removeConnectionHarvestingCallback() - Method in interface oracle.ucp.UniversalPooledConnection
-
Removes the ConnectionHarvestingCallback
object registered with this connection, if any.
- removeConnectionLabel(String) - Method in interface oracle.ucp.jdbc.LabelableConnection
-
Removes the connection label with the given key from the connection labels applied on this connection.
- removeConnectionLabel(String) - Method in interface oracle.ucp.UniversalPooledConnection
-
Removes the connection label with the given key from the connection labels applied on this connection.
- removeConnectionLabelingCallback() - Method in interface oracle.ucp.jdbc.PoolDataSource
-
Removes the ConnectionLabelingCallback
object registered with the underlying connection pool, if any.
- removeConnectionLabelingCallback() - Method in class oracle.ucp.jdbc.PoolDataSourceImpl
-
Removes the ConnectionLabelingCallback object registered with the underlying connection pool, if any.
- removeConnectionLabelingCallback() - Method in interface oracle.ucp.UniversalConnectionPool
-
Removes the ConnectionLabelingCallback
object registered with this connection pool, if any.
- removeLabel(String) - Method in interface oracle.ucp.ConnectionRetrievalInfo
-
Removes the connection label with the given key from this connection retrieval info object.
- removeTimeToLiveConnectionTimeoutCallback() - Method in interface oracle.ucp.jdbc.ConnectionWithTimeToLiveTimeout
-
Removes the TimeToLiveConnectionTimeoutCallback
object registered with this connection, if any.
- removeTimeToLiveConnectionTimeoutCallback() - Method in interface oracle.ucp.UniversalPooledConnection
-
Removes the TimeToLiveConnectionTimeoutCallback
object registered with this connection, if any.
- returnConnection(UniversalPooledConnection) - Method in interface oracle.ucp.UniversalConnectionPool
-
Returns a connection back into the connection pool.