com.esri.gpt.control.georss.dcatcache
Class DcatCacheTask
java.lang.Object
com.esri.gpt.control.georss.dcatcache.DcatCacheTask
- All Implemented Interfaces:
- IScheduledTask, Runnable
public class DcatCacheTask
- extends Object
- implements IScheduledTask, Runnable
DCAT cache scheduler task.
Use it within <scheduler> node in gpt.xml for example:
<thread class="com.esri.gpt.control.georss.dcatcache.DcatCacheTask" period='1[DAY]' delay="15[SECOND]"/>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DcatCacheTask
public DcatCacheTask()
setParameters
public void setParameters(StringAttributeMap parameters)
- Description copied from interface:
IScheduledTask
- Sets map of parameters.
- Specified by:
setParameters
in interface IScheduledTask
- Parameters:
parameters
- parameters read from configuration
run
public void run()
- Specified by:
run
in interface Runnable
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.