diff artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java @ 327:8a3ddd374dd1

Enhanced the State interface with an endOfLife() method. artifacts/trunk@2582 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 25 Aug 2011 13:47:41 +0000
parents 55d08706ccf2
children 4d3298295a64
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java	Thu Aug 25 10:15:22 2011 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java	Thu Aug 25 13:47:41 2011 +0000
@@ -107,5 +107,16 @@
         CallContext context,
         String      uuid
     );
+
+
+    /**
+     * This method should be called by an Artifact that removes this State
+     * (current State and previous States). E.g. this might be interesting to
+     * remove generated files or stuff like that.
+     *
+     * @param artifact A parent Artifact.
+     * @param context The CallContext.
+     */
+    public void endOfLife(Artifact artifact, Object context);
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org