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. |
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