comparison artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 9:a5a279a0ee35

Laid tracks for artifacts being removed from artifact database. artifacts/trunk@24 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 04 Sep 2009 16:06:44 +0000
parents 13a12b607baf
children e8626caac353
comparison
equal deleted inserted replaced
8:d9aab2df8543 9:a5a279a0ee35
68 * @param format Specifies the format of the output. 68 * @param format Specifies the format of the output.
69 * @param context The global context of the runtime system. 69 * @param context The global context of the runtime system.
70 * @return a byte representation of the output. 70 * @return a byte representation of the output.
71 */ 71 */
72 public byte [] out(Document format, Object context); 72 public byte [] out(Document format, Object context);
73
74 /**
75 * Called from artifact database when an artifact is
76 * going to be removed from system.
77 * @param context The global context of the runtime system.
78 */
79 public void endOfLife(Object context);
73 } 80 }
74 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 81 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org