|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Crawler
The Interface Crawler.
| Method Summary | |
|---|---|
void |
close()
Ends crawl, allowing the Crawler implementation to close any open resources. |
CrawlerPerformanceCounterHelper<? extends ConnectivityPerformanceAgent> |
getCounterHelper()
|
java.lang.String |
getCrawlerId()
Returns the ID of this Crawler. |
DataReference[] |
getNext()
Returns an array of DataReference objects. |
void |
initialize(DataSourceConnectionConfig config)
Initialize. |
| Method Detail |
|---|
java.lang.String getCrawlerId()
throws CrawlerException
CrawlerException - if any error occurs
DataReference[] getNext()
throws CrawlerException,
CrawlerCriticalException
CrawlerException - if any error occurs
CrawlerCriticalException - the crawler critical exception
void initialize(DataSourceConnectionConfig config)
throws CrawlerException,
CrawlerCriticalException
config - the DataSourceConnectionConfig
CrawlerException - the crawler exception
CrawlerCriticalException - the crawler critical exception
void close()
throws CrawlerException
CrawlerException - if any error occursCrawlerPerformanceCounterHelper<? extends ConnectivityPerformanceAgent> getCounterHelper()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||