C - type of resource connectionpublic interface ExecutorConnectionManager<C>
| Modifier and Type | Method and Description |
|---|---|
List<C> |
getConnections(String dataSourceName,
int connectionSize,
ConnectionMode connectionMode)
Get connections.
|
List<C> getConnections(String dataSourceName, int connectionSize, ConnectionMode connectionMode) throws SQLException
dataSourceName - data source nameconnectionSize - connection sizeconnectionMode - connection modeSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.