Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Sep 09 13:26:28 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Sep 09 15:03:00 2011 +0000 @@ -1,3 +1,19 @@ +2011-09-09 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/model/CalculationMessage.java: + New. A subclass of Message (in the Artifacts system). It stores a + string message and a progress (in form of step x/y). + + * src/main/java/de/intevation/flys/wsplgen/JobObserver.java: The observer + now writes background messages into the artifact system using the + CallContext.addBackgroundMessage(). We use instances of + CalculationMessage here, that makes the WINFOArtifact able to put + progress information into the Artifact's DESCRIBE as well. + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Write + status message and progress information into the DESCRIBE if the + Artifact has started a background process. + 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix flys/issue280 .