info.aduna.infosource.manager
Class InfoSourceManagerAdapter

java.lang.Object
  extended by info.aduna.infosource.manager.InfoSourceManagerAdapter
All Implemented Interfaces:
InfoSourceManagerListener

public class InfoSourceManagerAdapter
extends Object
implements InfoSourceManagerListener


Constructor Summary
InfoSourceManagerAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoSourceManagerAdapter

public InfoSourceManagerAdapter()
Method Detail

repositoryConfigChanged

public void repositoryConfigChanged(InfoSourceManager manager)
Description copied from interface: InfoSourceManagerListener
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.

Specified by:
repositoryConfigChanged in interface InfoSourceManagerListener

crawling

public void crawling(InfoSourceManager manager,
                     int nrSources)
Description copied from interface: InfoSourceManagerListener
Signals that the InfoSourceManager is about to crawl the specified number of CrawlingRepositories.

Specified by:
crawling in interface InfoSourceManagerListener

crawling

public void crawling(InfoSourceManager manager,
                     CrawlingRepository repository)
Description copied from interface: InfoSourceManagerListener
Signals that the InfoSourceManager is about to crawl the specified CrawlingRepository.

Specified by:
crawling in interface InfoSourceManagerListener

crawlingObject

public void crawlingObject(InfoSourceManager manager,
                           String url)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has started crawling the object representing by the specified URL.

Specified by:
crawlingObject in interface InfoSourceManagerListener

processingNewObject

public void processingNewObject(InfoSourceManager manager,
                                org.semanticdesktop.aperture.accessor.DataObject object)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has identified a new object and is starting to process its contents.

Specified by:
processingNewObject in interface InfoSourceManagerListener

processingChangedObject

public void processingChangedObject(InfoSourceManager manager,
                                    org.semanticdesktop.aperture.accessor.DataObject object)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has identified a changed object and is starting to process its contents.

Specified by:
processingChangedObject in interface InfoSourceManagerListener

newObjectCrawled

public void newObjectCrawled(InfoSourceManager manager,
                             org.semanticdesktop.aperture.accessor.DataObject object)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has identified a new object and has completed its processing.

Specified by:
newObjectCrawled in interface InfoSourceManagerListener

objectUpdated

public void objectUpdated(InfoSourceManager manager,
                          org.semanticdesktop.aperture.accessor.DataObject object)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has identified a changed object and has completed its processing.

Specified by:
objectUpdated in interface InfoSourceManagerListener

objectNotModified

public void objectNotModified(InfoSourceManager manager,
                              String url)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has detected that the object represented by the specified URL has not changed.

Specified by:
objectNotModified in interface InfoSourceManagerListener

objectRemoved

public void objectRemoved(InfoSourceManager manager,
                          String url)
Description copied from interface: InfoSourceManagerListener
Signals that the currently crawling CrawlingRepository has detected that the object represented by the specified URL is no longer available.

Specified by:
objectRemoved in interface InfoSourceManagerListener

finishingCrawl

public void finishingCrawl(InfoSourceManager manager,
                           CrawlingRepository repository)
Description copied from interface: InfoSourceManagerListener
Signals that the specified CrawlingRepository has finished crawling the last URI and is wrapping things up.

Specified by:
finishingCrawl in interface InfoSourceManagerListener

crawlFinished

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

Specified by:
crawlFinished in interface InfoSourceManagerListener

crawlingFinished

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

Specified by:
crawlingFinished in interface InfoSourceManagerListener

clearCrawlResultsStarted

public void clearCrawlResultsStarted(InfoSourceManager manager,
                                     CrawlingRepository repository)
Description copied from interface: InfoSourceManagerListener
Signals that the InfoSourceManager has started clearing the crawl results of the specified CrawlingRepository.

Specified by:
clearCrawlResultsStarted in interface InfoSourceManagerListener

clearCrawlResultsFinished

public void clearCrawlResultsFinished(InfoSourceManager manager,
                                      CrawlingRepository repository)
Description copied from interface: InfoSourceManagerListener
Signals that the InfoSourceManager has finished clearing the crawl results of the specified CrawlingRepository.

Specified by:
clearCrawlResultsFinished in interface InfoSourceManagerListener


Copyright © 1997-2008 Aduna. All Rights Reserved.