comparison artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java @ 78:55eefe63a777

Repaired the javadoc stuff for almost all artifact interfaces. artifacts/trunk@760 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 11 Mar 2010 10:53:59 +0000
parents 48d1a9a082c2
children 78263e910675
comparison
equal deleted inserted replaced
77:48d1a9a082c2 78:55eefe63a777
47 * life time is nothing a artifact should handle it self. 47 * life time is nothing a artifact should handle it self.
48 * This method is only called once directly after the 48 * This method is only called once directly after the
49 * artifact is created. 49 * artifact is created.
50 * @param artifact The artifact to be rated. 50 * @param artifact The artifact to be rated.
51 * @param context The global context. 51 * @param context The global context.
52 * return time to live in ms. null means eternal. 52 * @return time to live in ms. null means eternal.
53 */ 53 */
54 Long timeToLiveUntouched(Artifact artifact, Object context); 54 Long timeToLiveUntouched(Artifact artifact, Object context);
55 55
56 /**
57 * Returns the serializer used to store the artifacts.
58 * @return The Serializer
59 */
56 ArtifactSerializer getSerializer(); 60 ArtifactSerializer getSerializer();
57 } 61 }
58 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 62 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org