Uses of Interface
oracle.ucp.ConnectionRetrievalInfo
Packages that use ConnectionRetrievalInfo
-
Uses of ConnectionRetrievalInfo in oracle.ucp
Methods in oracle.ucp that return ConnectionRetrievalInfoModifier and TypeMethodDescriptionUniversalConnectionPool.getConnectionRetrievalInfo()Gets theConnectionRetrievalInfoobject which contains user and password information to create the connections.UniversalPooledConnection.getConnectionRetrievalInfo()Gets the connection retrieval info.ConnectionRetrievalInfo.getCopyWithNoLabels()Clones this connection retrieval object but removes all the connection labels associated.Methods in oracle.ucp with parameters of type ConnectionRetrievalInfoModifier and TypeMethodDescriptionUniversalConnectionPool.borrowConnection(ConnectionRetrievalInfo connectionRetrievalInfo) Gets a connection from the connection pool.default CompletionStage<UniversalPooledConnection>UniversalConnectionPool.borrowConnectionAsync(ConnectionRetrievalInfo cri, Executor executor) Get a connection from a pool asynchronouslyConnectionFactoryAdapter.createConnection(ConnectionRetrievalInfo connectionRequestInfo) Creates a connection.default CompletionStage<Object>ConnectionFactoryAdapter.createConnectionAsync(ConnectionRetrievalInfo cri, Executor executor) Creates a connection asynchronously.ConnectionFactoryAdapter.createPooledConnection(Object connection, ConnectionRetrievalInfo connectionRequestInfo) Creates a UniversalPooledConnection object.booleanConnectionRetrievalInfo.equalsIncludingPassword(ConnectionRetrievalInfo cri) Checks whether this instance is equal to another.default booleanConnectionRetrievalInfo.equalsNotIncludingPassword(ConnectionRetrievalInfo cri) Checks whether this instance is equal to another.voidUniversalConnectionPool.setConnectionRetrievalInfo(ConnectionRetrievalInfo cri) Sets theConnectionRetrievalInfofor creating the initial connections (physical connections) in the pool based on the initialPoolSize property.voidUniversalPooledConnection.setConnectionRetrievalInfo(ConnectionRetrievalInfo cri) Sets the connection retrieval info on the connection.voidUniversalConnectionPool.start(ConnectionRetrievalInfo connectionRetrievalInfo, boolean keepMetadataConn) Starts the connection pool.