SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.util
Interface CrawlerControllerCallback

All Superinterfaces:
ControllerCallback
All Known Implementing Classes:
CrawlerControllerImpl

public interface CrawlerControllerCallback
extends ControllerCallback

Interface for callbacks on the CrawlerController. This interface is used by CrawlThreads to unregister finished CrawlThreads.


Method Summary
 void unregister(java.lang.String dataSourceId)
          Removes a CrawlThread for the given DataSourceId from the list of active CrawlThreads.
 
Methods inherited from interface org.eclipse.smila.connectivity.framework.util.ControllerCallback
doCheckForUpdate, doDeltaDelete, doDeltaIndexing
 

Method Detail

unregister

void unregister(java.lang.String dataSourceId)
Removes a CrawlThread for the given DataSourceId from the list of active CrawlThreads.

Parameters:
dataSourceId - the ID of the data source to crawl

SMILA 1.0 API documentation