|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Abstract result receiver - all result receivers must implement this interface.
Version for normal crawls.
Copyright (c) SAP AG 2003
| Method Summary | |
boolean |
approveCollectionCrawling(RID rid)
Check, whether a collection should be crawled or not. |
void |
crawlFailed(java.lang.Exception e)
Called to inform the result receiver that the crawl failed. |
void |
crawlFinished()
Called to inform the result receiver that the crawl has been finished. |
void |
crawlStarted()
Called to inform the result receiver that the crawl has been started. |
void |
crawlStopped()
Called to inform the result receiver that the ongoing crawl was stopped before finishing. |
IResourceContext |
getResourceContext()
Get the resource context which is used to access crawled resources. |
| Method Detail |
public void crawlStarted()
throws java.lang.Exception
thrown - in case of error; the exception will not affect the ongoing crawl
public void crawlFinished()
throws java.lang.Exception
thrown - in case of error; the exception will not affect the ongoing crawl
public void crawlStopped()
throws java.lang.Exception
thrown - in case of error; the exception will not affect the ongoing crawl
public void crawlFailed(java.lang.Exception e)
throws java.lang.Exception
e - the exception which led to the failurethrown - in case of error; the exception will not affect the ongoing crawl
public IResourceContext getResourceContext()
throws java.lang.Exception
thrown - in case of error; the exception will abort the ongoing crawl
public boolean approveCollectionCrawling(RID rid)
throws java.lang.Exception
rid - RID of thr collectionthrown - in case of error; the exception cause the collection to be skipped
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||