comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 1970:368040e5c400

Improved the Scheduler to be able to cancel running WSPLGEN jobs. flys-artifacts/trunk@3384 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Dec 2011 08:15:12 +0000
parents e55f1a851923
children 4fc442f1b4f6
comparison
equal deleted inserted replaced
1969:baefcfba97aa 1970:368040e5c400
44 44
45 /** The key that is used to store a map of WMS urls for each river. */ 45 /** The key that is used to store a map of WMS urls for each river. */
46 public static final String RIVER_WMS = 46 public static final String RIVER_WMS =
47 "flys.floodmap.river.wms"; 47 "flys.floodmap.river.wms";
48 48
49 /** The key that is used to store an instance of Scheduler in the context.*/
50 public static final String SCHEDULER =
51 "flys.wsplgen.scheduler";
52
49 53
50 /** 54 /**
51 * The default constructor. 55 * The default constructor.
52 */ 56 */
53 public FLYSContext() { 57 public FLYSContext() {

http://dive4elements.wald.intevation.org