|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionPool<TConnection extends Connection>
The interface of connection pool implementations that reuse connections
| Method Summary | |
|---|---|
TConnection |
acquireConnection()Obtain a connection from the pool for the current thread |
void |
initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)Let a pool implementation initialize itself |
void |
releaseConnection(TConnection connection)Release the connection for the current thread |
| Method Detail |
|---|
void initialize(IdcClientConfig clientConfig,
ConnectionManager<TConnection,IdcClientConfig> connectionManager)
throws ProtocolException
clientConfig - the client configurationconnectionManager - the connection managerProtocolException
TConnection acquireConnection()
throws ProtocolException
ProtocolExceptionvoid releaseConnection(TConnection connection)
connection - the connection
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||