Mercurial > dive4elements > framework
diff ChangeLog @ 84:72e2dd4feb31
Added the time to live of an artifact to the CallContext.
artifacts/trunk@828 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 25 Mar 2010 17:32:54 +0000 |
parents | 8c4638abd518 |
children | 78263e910675 |
line wrap: on
line diff
--- a/ChangeLog Mon Mar 22 15:54:06 2010 +0000 +++ b/ChangeLog Thu Mar 25 17:32:54 2010 +0000 @@ -1,3 +1,16 @@ +2010-03-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * artifacts/src/main/java/de/intevation/artifacts/CallContext.java: Added a + method 'getTimeToLive()' which retrieves the current artifact's time to + live. The ttl of an artifact is available where ever a CallContext object + is existing. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: + Added new field ttl of an artifact to an PersistentArtifact. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + Implemented 'getTimeToLive()' in CallContextImpl. + 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/App.java: