|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.State
org.eclipse.smila.connectivity.framework.AgentState
public class AgentState
Utility class that contains the state of a agent.
| Constructor Summary | |
|---|---|
AgentState()
|
|
| Method Summary | |
|---|---|
AgentState |
clone()
|
AgentThreadState |
getState()
Returns the state of the CrawlThread. |
void |
setState(AgentThreadState state)
Set the state of the Agent thread. |
| Methods inherited from class org.eclipse.smila.connectivity.framework.State |
|---|
getDataSourceId, getEndTime, getImportRunId, getLastError, getStartTime, setDataSourceId, setEndTime, setImportRunId, setLastError, setStartTime |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentState()
| Method Detail |
|---|
public AgentThreadState getState()
public void setState(AgentThreadState state)
state - the state of the Agent thread.
public AgentState clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionObject.clone()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||