|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentControllerCallback
Interface for callbacks on the AgentController. This interface is used by Agents to send add and delete requests and to unregister an agent if a critical error occurred.
| Method Summary | |
|---|---|
void |
add(Record[] records)
Add the given records. |
void |
delete(Id[] ids)
Delete the given ids. |
void |
unregister(java.lang.String dataSourceId)
Removes the Agent using the given DataSourceId from the list of active Agents. |
| Method Detail |
|---|
void add(Record[] records)
records - the records to addvoid delete(Id[] ids)
ids - the ids of the records to deletevoid unregister(java.lang.String dataSourceId)
dataSourceId - the ID of the data source used by the crawl
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||