|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXCrawlerPushedResultReceiver
Result receiver which receives the result of a crawl as single RIDs as the crawl goes on.
Version for normal crawls.
Copyright (c) SAP AG 2003
| Method Summary | |
|---|---|
void |
finalGetFaulty(ArrayList faulty)
Final call to get the RIDs which could not be processed by the receiver. |
void |
indicateStop()
Indicate a crawler stop. |
boolean |
receive(RID rid,
ArrayList faulty)
Receive a resource. |
| Methods inherited from interface com.sapportals.wcm.service.xcrawler.IXCrawlerResultReceiver |
|---|
approveCollectionCrawling, crawlFailed, crawlFinished, crawlStarted, crawlStopped, getResourceContext |
| Method Detail |
|---|
boolean receive(RID rid,
ArrayList faulty)
throws Exception
rid - of the resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void indicateStop()
throws Exception
receive() must return immediately
because the crawler is stopping.
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void finalGetFaulty(ArrayList faulty)
throws Exception
faulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||