Revision 464
Added by bojilova about 24 years ago
src/edu/ucsb/nceas/metacat/MetaCatUtil.java | ||
---|---|---|
186 | 186 |
} |
187 | 187 |
} |
188 | 188 |
|
189 |
/* Return the size of the pool */ |
|
190 |
public int getPoolSize() { |
|
191 |
return connectionPool.size(); |
|
192 |
} |
|
193 |
|
|
189 | 194 |
/* Utility method to close all the connection from the pool */ |
190 | 195 |
public void closeConnections() { |
191 | 196 |
|
... | ... | |
247 | 252 |
|
248 | 253 |
/** |
249 | 254 |
* '$Log$ |
255 |
* 'Revision 1.15 2000/08/14 22:31:13 berkley |
|
256 |
* 'added new constructor to allow the creation of a metacatutil object that uses a properties file other than edu.ucsb.nceas.metacat.metacat. |
|
257 |
* ' |
|
250 | 258 |
* 'Revision 1.14 2000/08/14 20:53:34 jones |
251 | 259 |
* 'Added "release" keyword to all metacat source files so that the release |
252 | 260 |
* 'number will be evident in software distributions. |
Also available in: Unified diff
included new method getPoolSize()