info.aduna.infosource.manager
Interface InfoSourceManagerListener

All Known Implementing Classes:
CrawlingProgressPanel, InfoSourceManagerAdapter

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

repositoryConfigChanged

void repositoryConfigChanged(InfoSourceManager manager)
Signals that the Repository configuration has changed. This may mean that Repositories have been added or removed or that the configuration of an existing Repository has changed.


crawling

void crawling(InfoSourceManager manager,
              int nrSources)
Signals that the InfoSourceManager is about to crawl the specified number of CrawlingRepositories.


crawling

void crawling(InfoSourceManager manager,
              CrawlingRepository repository)
Signals that the InfoSourceManager is about to crawl the specified CrawlingRepository.


crawlingObject

void crawlingObject(InfoSourceManager manager,
                    String url)
Signals that the currently crawling CrawlingRepository has started crawling the object representing by the specified URL.


processingNewObject

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.


processingChangedObject

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.


newObjectCrawled

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.


objectUpdated

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.


objectNotModified

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.


objectRemoved

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.


finishingCrawl

void finishingCrawl(InfoSourceManager manager,
                    CrawlingRepository repository)
Signals that the specified CrawlingRepository has finished crawling the last URI and is wrapping things up.


crawlFinished

void crawlFinished(InfoSourceManager manager,
                   CrawlingRepository repository,
                   int exitCode)
Signals that the specified CrawlingRepository has finished crawling. The exit codes are defined in the CrawlingListener interface.


crawlingFinished

void crawlingFinished(InfoSourceManager manager,
                      int exitCode)
Signals that the InfoSourceManager has finished crawling its CrawlingRepositorys. The exit codes are defined in the CrawlingListener interface.


clearCrawlResultsStarted

void clearCrawlResultsStarted(InfoSourceManager manager,
                              CrawlingRepository repository)
Signals that the InfoSourceManager has started clearing the crawl results of the specified CrawlingRepository.


clearCrawlResultsFinished

void clearCrawlResultsFinished(InfoSourceManager manager,
                               CrawlingRepository repository)
Signals that the InfoSourceManager has finished clearing the crawl results of the specified CrawlingRepository.



Copyright © 1997-2008 Aduna. All Rights Reserved.