Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 551:1f6e2b256247
Improved the Objectvalidation of the ArcSDE-Databaseconnections
geo-backend/trunk@544 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 15 Jan 2010 10:09:41 +0000 |
parents | 84ba7cbff791 |
children | 7615ee5d1345 |
comparison
equal
deleted
inserted
replaced
550:84ba7cbff791 | 551:1f6e2b256247 |
---|---|
1 2010-01-15 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEConnection.java (isValid): | |
4 Implemented the isValid-method of the ArcSDEConnection for | |
5 getting a propper Validation of the used SEConnection. | |
6 For the Validation the Method testServer of the SEConnection is used. | |
7 | |
8 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (ArcSDEPoolableObjectFactory): | |
9 Added Member serverRoundtripInterval to represent the Time in | |
10 Milliseconds which is allowed to reused a returned Connection. | |
11 Also used Connection.isValid Method instead of Connection.isClosed | |
12 to validate the Connection befor it could be borrowed from the Pool. | |
13 | |
1 2009-01-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2009-01-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: | 16 * src/main/java/de/intevation/gnv/geobackend/sde/datasources/RasterObject.java: |
4 Added bicubic spline interpolation on raster tiles. This | 17 Added bicubic spline interpolation on raster tiles. This |
5 should increase the 'virtual' resolution more than the | 18 should increase the 'virtual' resolution more than the |