|
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
public abstract class State
Utility class that contains the state of a crawl run.
| Constructor Summary | |
|---|---|
State()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDataSourceId()
Returns the dataSourceId. |
java.lang.Long |
getEndTime()
Get the end time. |
java.lang.String |
getJobId()
Returns the jobId. |
java.lang.Throwable |
getLastError()
Get the last error. |
java.lang.Long |
getStartTime()
Get the start time. |
void |
setDataSourceId(java.lang.String dataSourceId)
Set the dataSourceId. |
void |
setEndTime(java.lang.Long endTime)
Set the end time. |
void |
setJobId(java.lang.String jobId)
Set the jobId. |
void |
setLastError(java.lang.Throwable t)
Set the last error. |
void |
setStartTime(java.lang.Long startTime)
Set the start time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public State()
| Method Detail |
|---|
public java.lang.String getDataSourceId()
public void setDataSourceId(java.lang.String dataSourceId)
dataSourceId - the dataSourceIdpublic java.lang.Long getStartTime()
public void setStartTime(java.lang.Long startTime)
startTime - the start time in millisecondspublic java.lang.Long getEndTime()
public void setEndTime(java.lang.Long endTime)
endTime - the end time in millisecondspublic java.lang.Throwable getLastError()
public void setLastError(java.lang.Throwable t)
t - the last errorpublic java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId - the jobId
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||