|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Factory which creates result receivers for a crawler task.
The class implementing this interface will be loaded using the Crt classloader when the crawler is resumed after an interruption.
Copyright (c) SAP AG 2003
| Method Summary | |
IXCrawlerResultReceiver |
createResultReceiver(java.lang.String taskID,
java.lang.String userDataForFactory,
boolean delta)
Return a result receiver for a crawl. If delta is false the returned class must implement either
IXCrawlerListResultReceiver or IXCrawlerPushedResultReceiver.If delta is true the returned class must implement either
IXCrawlerListDeltaResultReceiver or IXCrawlerPushedDeltaResultReceiver. |
| Method Detail |
public IXCrawlerResultReceiver createResultReceiver(java.lang.String taskID,
java.lang.String userDataForFactory,
boolean delta)
throws java.lang.Exception
delta is false the returned class must implement either
IXCrawlerListResultReceiver or IXCrawlerPushedResultReceiver.delta is true the returned class must implement either
IXCrawlerListDeltaResultReceiver or IXCrawlerPushedDeltaResultReceiver.taskID - ID of the crawler taskuserDataForFactory - the string which has been passed to IXCrawlerService.createCrawlerTask();
this string can be used by the application which creates the crawler to store
arbitrary data which is needed for recreation of the result receiverdelta - true iff the crawl if an incremental update
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||