Esri Geoportal Server
1.2.9

com.esri.gpt.framework.http.crawl
Class CrawlFlag

java.lang.Object
  extended by com.esri.gpt.framework.http.crawl.CrawlFlag

public class CrawlFlag
extends Object

Crawl flag.


Constructor Summary
CrawlFlag()
           
 
Method Summary
 void hold(long crawlDelay)
          Hold until notified.
 void set()
          Set flag and notify.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlFlag

public CrawlFlag()
Method Detail

hold

public void hold(long crawlDelay)
          throws InterruptedException
Hold until notified.

Parameters:
crawlDelay - crawl delay in milliseconds
Throws:
InterruptedException - if interrupted

set

public void set()
Set flag and notify.


Esri Geoportal Server
1.2.9

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