Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1157:a470b7c3b165
Write status messages and progress information of WSPLGEN Calculations into Artifact's DESCRIBE document.
flys-artifacts/trunk@2689 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 09 Sep 2011 15:03:00 +0000 |
parents | 4da9f058fed6 |
children | fbe18ad4caff |
comparison
equal
deleted
inserted
replaced
1156:4da9f058fed6 | 1157:a470b7c3b165 |
---|---|
1 2011-09-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/CalculationMessage.java: | |
4 New. A subclass of Message (in the Artifacts system). It stores a | |
5 string message and a progress (in form of step x/y). | |
6 | |
7 * src/main/java/de/intevation/flys/wsplgen/JobObserver.java: The observer | |
8 now writes background messages into the artifact system using the | |
9 CallContext.addBackgroundMessage(). We use instances of | |
10 CalculationMessage here, that makes the WINFOArtifact able to put | |
11 progress information into the Artifact's DESCRIBE as well. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Write | |
14 status message and progress information into the DESCRIBE if the | |
15 Artifact has started a background process. | |
16 | |
1 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 17 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 18 |
3 Fix flys/issue280 . | 19 Fix flys/issue280 . |
4 | 20 |
5 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: | 21 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: |