Esri Geoportal Server
1.2.0

com.esri.gpt.control.webharvest.engine
Class ScheduledPause

java.lang.Object
  extended by com.esri.gpt.control.webharvest.engine.ScheduledPause
All Implemented Interfaces:
IScheduledTask, Runnable

public class ScheduledPause
extends Object
implements Runnable, IScheduledTask

Performs a scheduled pause of the harvesting engine.

Intended to be used when multiple remote nodes are synchronizing a local Lucene index at a scheduled time.


Constructor Summary
ScheduledPause()
          Default constructor.
 
Method Summary
 void run()
          Run the process.
 void setParameters(StringAttributeMap parameters)
          Sets the configuration paramaters for the task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledPause

public ScheduledPause()
Default constructor.

Method Detail

setParameters

public void setParameters(StringAttributeMap parameters)
Sets the configuration paramaters for the task.

Specified by:
setParameters in interface IScheduledTask
Parameters:
parameters - the configuration paramaters

run

public void run()
Run the process.

Specified by:
run in interface Runnable

Esri Geoportal Server
1.2.0

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