Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1060:cc4ec127d666
Remove the elements of an outdated state from cache if its endOfLife method is called.
gnv-artifacts/trunk@1143 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 01 Jun 2010 16:54:21 +0000 |
parents | 174f6eacd595 |
children | 13bea93a070a |
comparison
equal
deleted
inserted
replaced
1059:174f6eacd595 | 1060:cc4ec127d666 |
---|---|
1 2010-06-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/StateBase.java: Remove existing | |
4 elements from cache that belong to an outdated state if its enfOfLife(.) | |
5 is called. It was necessary to adapt the signature of getHash(.) for this | |
6 - removed the parameter uuid - because endOfLife is called without any | |
7 information about the current uuid. The uuid has not been used in | |
8 getHash() anyway. | |
9 | |
10 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesVectorOutputState.java, | |
11 src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java, | |
12 src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java, | |
13 src/main/java/de/intevation/gnv/state/profile/horizontal/HorizontalProfileMeshCrossOutputState.java, | |
14 src/main/java/de/intevation/gnv/state/OutputStateBase.java: Adapted the | |
15 signature of getHash() regarding the changes in the implementing class | |
16 StateBase. | |
17 | |
1 2010-05-31 Tim Englich <tim.englich@intevation.de> | 18 2010-05-31 Tim Englich <tim.englich@intevation.de> |
2 | 19 |
3 * doc/conf/queries.properties: | 20 * doc/conf/queries.properties: |
4 Added queries for TimeSeriesPoints using vectorvalues for verticalprofiles. | 21 Added queries for TimeSeriesPoints using vectorvalues for verticalprofiles. |
5 | 22 |