|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InfoSourceManagerListener
| Method Summary | |
|---|---|
void |
clearCrawlResultsFinished(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the InfoSourceManager has finished clearing the crawl results of the specified CrawlingRepository. |
void |
clearCrawlResultsStarted(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the InfoSourceManager has started clearing the crawl results of the specified CrawlingRepository. |
void |
crawlFinished(InfoSourceManager manager,
CrawlingRepository repository,
int exitCode)
Signals that the specified CrawlingRepository has finished crawling. |
void |
crawling(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the InfoSourceManager is about to crawl the specified CrawlingRepository. |
void |
crawling(InfoSourceManager manager,
int nrSources)
Signals that the InfoSourceManager is about to crawl the specified number of CrawlingRepositories. |
void |
crawlingFinished(InfoSourceManager manager,
int exitCode)
Signals that the InfoSourceManager has finished crawling its CrawlingRepositorys. |
void |
crawlingObject(InfoSourceManager manager,
String url)
Signals that the currently crawling CrawlingRepository has started crawling the object representing by the specified URL. |
void |
finishingCrawl(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the specified CrawlingRepository has finished crawling the last URI and is wrapping things up. |
void |
newObjectCrawled(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a new object and has completed its processing. |
void |
objectNotModified(InfoSourceManager manager,
String url)
Signals that the currently crawling CrawlingRepository has detected that the object represented by the specified URL has not changed. |
void |
objectRemoved(InfoSourceManager manager,
String url)
Signals that the currently crawling CrawlingRepository has detected that the object represented by the specified URL is no longer available. |
void |
objectUpdated(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a changed object and has completed its processing. |
void |
processingChangedObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a changed object and is starting to process its contents. |
void |
processingNewObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a new object and is starting to process its contents. |
void |
repositoryConfigChanged(InfoSourceManager manager)
Signals that the Repository configuration has changed. |
| Method Detail |
|---|
void repositoryConfigChanged(InfoSourceManager manager)
void crawling(InfoSourceManager manager,
int nrSources)
void crawling(InfoSourceManager manager,
CrawlingRepository repository)
void crawlingObject(InfoSourceManager manager,
String url)
void processingNewObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
void processingChangedObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
void newObjectCrawled(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
void objectUpdated(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
void objectNotModified(InfoSourceManager manager,
String url)
void objectRemoved(InfoSourceManager manager,
String url)
void finishingCrawl(InfoSourceManager manager,
CrawlingRepository repository)
void crawlFinished(InfoSourceManager manager,
CrawlingRepository repository,
int exitCode)
void crawlingFinished(InfoSourceManager manager,
int exitCode)
void clearCrawlResultsStarted(InfoSourceManager manager,
CrawlingRepository repository)
void clearCrawlResultsFinished(InfoSourceManager manager,
CrawlingRepository repository)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||