Uses of Interface
oracle.ucp.UniversalConnectionPool
-
Packages that use UniversalConnectionPool Package Description oracle.ucp oracle.ucp.admin oracle.ucp.jdbc -
-
Uses of UniversalConnectionPool in oracle.ucp
Methods in oracle.ucp that return UniversalConnectionPool Modifier and Type Method Description UniversalConnectionPool
UniversalConnectionPoolAdapter. createUniversalConnectionPool()
Creates a Universal Connection Pool instance using this adapter.Methods in oracle.ucp with parameters of type UniversalConnectionPool Modifier and Type Method Description void
ConnectionFactoryAdapter. setUniversalConnectionPool(UniversalConnectionPool connectionPool)
Sets the connection pool that interacts with this connection factory adapter. -
Uses of UniversalConnectionPool in oracle.ucp.admin
Methods in oracle.ucp.admin that return UniversalConnectionPool Modifier and Type Method Description UniversalConnectionPool
UniversalConnectionPoolManager. getConnectionPool(java.lang.String poolName)
Gets the Universal Connection Pool instance from the Universal Connection Pool Manager.Methods in oracle.ucp.admin with parameters of type UniversalConnectionPool Modifier and Type Method Description void
UniversalConnectionPoolManager. setConnectionPool(UniversalConnectionPool connectionPool)
Sets the Universal Connection Pool with theUniversalConnectionPoolManager
Object. -
Uses of UniversalConnectionPool in oracle.ucp.jdbc
Methods in oracle.ucp.jdbc that return UniversalConnectionPool Modifier and Type Method Description UniversalConnectionPool
PoolDataSourceImpl. createUniversalConnectionPool()
Creates a Universal Connection Pool instance using this adapter.
-