comparison artifact-database/src/main/java/de/intevation/artifactdatabase/CollectionCallContext.java @ 246:a8a06bbe306c

Added calls to call init/close for call contextes. artifacts/trunk@1686 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 14 Apr 2011 11:18:10 +0000
parents cabe4c02ab64
children 3168af23aec5
comparison
equal deleted inserted replaced
245:def3daabc5b5 246:a8a06bbe306c
31 31
32 public CollectionCallContext( 32 public CollectionCallContext(
33 ArtifactDatabaseImpl artifactDatabase, 33 ArtifactDatabaseImpl artifactDatabase,
34 int action, 34 int action,
35 CallMeta callMeta, 35 CallMeta callMeta,
36 Object context,
37 ArtifactCollection collection) 36 ArtifactCollection collection)
38 { 37 {
39 super(artifactDatabase, action, callMeta, context); 38 super(artifactDatabase, action, callMeta);
40 39
41 this.collection = collection; 40 this.collection = collection;
42 } 41 }
43 42
44 43
54 53
55 public Long getTimeToLive() { 54 public Long getTimeToLive() {
56 log.debug("CollectionCallContext.getTimeToLive - NOT IMPLEMENTED"); 55 log.debug("CollectionCallContext.getTimeToLive - NOT IMPLEMENTED");
57 return null; 56 return null;
58 } 57 }
59
60
61 public void postCall() {
62 log.debug("CollectionCallContext.postCall - NOT IMPLEMENTED");
63 }
64 } 58 }
65 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 59 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org