Uses of Interface
oracle.ucp.UniversalPooledConnection
-
Packages that use UniversalPooledConnection Package Description oracle.ucp -
-
Uses of UniversalPooledConnection in oracle.ucp
Methods in oracle.ucp that return UniversalPooledConnection Modifier and Type Method Description UniversalPooledConnectionUniversalConnectionPool. borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo)Gets a connection from the connection pool.UniversalPooledConnectionConnectionFactoryAdapter. createPooledConnection(java.lang.Object connection, ConnectionRetrievalInfo connectionRequestInfo)Creates a UniversalPooledConnection object.Methods in oracle.ucp that return types with arguments of type UniversalPooledConnection Modifier and Type Method Description default java.util.concurrent.CompletionStage<UniversalPooledConnection>UniversalConnectionPool. borrowConnectionAsync(ConnectionRetrievalInfo cri, java.util.concurrent.Executor executor)Get a connection from a pool asynchronouslyMethods in oracle.ucp with parameters of type UniversalPooledConnection Modifier and Type Method Description voidUniversalConnectionPool. closeConnection(UniversalPooledConnection pooledConnection)Closes the pooled connection.voidUniversalConnectionPool. returnConnection(UniversalPooledConnection pooledConnection)Returns a connection back into the connection pool.
-