|
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.CrawlState
public class CrawlState
Utility class that contains the state of a crawl run.
| Constructor Summary | |
|---|---|
CrawlState()
|
|
| Method Summary | |
|---|---|
CrawlState |
clone()
|
CrawlThreadState |
getState()
Returns the state of the CrawlThread. |
void |
setState(CrawlThreadState state)
Set the state of the CrawlThread. |
| 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 CrawlState()
| Method Detail |
|---|
public CrawlThreadState getState()
public void setState(CrawlThreadState state)
state - the state of the CrawlThread.
public CrawlState 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 | ||||||||