|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Agent
The Interface Agent.
Method Summary | |
---|---|
java.lang.String |
getAgentId()
Returns the ID of this Agent. |
void |
start(AgentControllerCallback controllerCallback,
AgentState agentState,
DataSourceConnectionConfig config,
java.lang.String sessionId)
Starts the agent using the given configuration, creating a new internal thread. |
void |
stop()
Stops the agent. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
java.lang.String getAgentId() throws AgentException
AgentException
- if any error occursvoid start(AgentControllerCallback controllerCallback, AgentState agentState, DataSourceConnectionConfig config, java.lang.String sessionId) throws AgentException
controllerCallback
- reference to the interface AgentControllerCallbackagentState
- the AgentStateconfig
- the DataSourceConnectionConfigsessionId
- the delta indexing session id
AgentException
- if any error occursvoid stop() throws AgentException
AgentException
- if any error occurs
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |