Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss.dcatcache
Class DcatCacheTask

java.lang.Object
  extended by 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]"/>
 


Constructor Summary
DcatCacheTask()
           
 
Method Summary
 void run()
           
 void setParameters(StringAttributeMap parameters)
          Sets map of parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcatCacheTask

public DcatCacheTask()
Method Detail

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

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.