diff artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java @ 293:a367a0d011af

Set an interface for the global context; added a method to the artifact database to return an instance of an Artifact. artifacts/trunk@2331 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 14 Jul 2011 14:22:23 +0000
parents 39c0ff00d188
children b0a949d3fe09
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java	Wed Jul 13 13:12:08 2011 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java	Thu Jul 14 14:22:23 2011 +0000
@@ -14,6 +14,7 @@
 import de.intevation.artifacts.ArtifactContextFactory;
 import de.intevation.artifacts.ArtifactFactory;
 import de.intevation.artifacts.CallContext;
+import de.intevation.artifacts.GlobalContext;
 import de.intevation.artifacts.Hook;
 import de.intevation.artifacts.ServiceFactory;
 import de.intevation.artifacts.UserFactory;
@@ -129,7 +130,7 @@
     /**
      * Reference to the global context build by the global context factory.
      */
-    protected Object context;
+    protected GlobalContext context;
 
     /**
      * List of the artifact factories to be exposed by the
@@ -571,7 +572,7 @@
      * Returns the global context created by the global context factory.
      * @return The global context.
      */
-    public Object getContext() {
+    public GlobalContext getContext() {
         return context;
     }
 

http://dive4elements.wald.intevation.org