|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openpipeline.pipeline.connector.SQLDatabaseCrawler
public class SQLDatabaseCrawler
Crawls SQL databases.
| Constructor Summary | |
|---|---|
SQLDatabaseCrawler()
|
|
| Method Summary | |
|---|---|
void |
execute()
Run this Connector. |
String |
getDescription()
Return a description of the Connector for display in the Admin UI, for example, "Scans my data and processes it in a special way" |
String |
getDisplayName()
Return the name of the Connector to display in the Admin UI, for example, "My Connector" |
int |
getItemsAdded()
|
int |
getItemsDeleted()
|
int |
getItemsUnchanged()
|
String |
getLastMessage()
Returns the most recent status message from the job. |
String |
getLogLink()
Return the link the admin interface should use to display log files associated with this job. |
String |
getPageName()
Return the name of the page in the Admin UI to edit the parameters, for example, "connector_myconnector.jsp". |
String |
getShortName()
Return the name to use when creating a name for a connector instance on the Add Job page in the Admin UI, for example, "MyConnector". |
void |
interrupt()
Interrupt the execution of this connector. |
int |
lookForDeletes(StageList stageList)
Find all the records that didn't get touched, and delete them. |
void |
setParams(XMLConfig params)
Configure this connector. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLDatabaseCrawler()
| Method Detail |
|---|
public void execute()
PipelineJob
execute in interface PipelineJob
public int lookForDeletes(StageList stageList)
throws Exception
stageList -
Exceptionpublic String getDescription()
PipelineJob
getDescription in interface PipelineJobpublic String getDisplayName()
PipelineJob
getDisplayName in interface PipelineJobpublic String getLastMessage()
PipelineJob
getLastMessage in interface PipelineJobpublic String getLogLink()
PipelineJob
getLogLink in interface PipelineJobpublic String getPageName()
PipelineJob
getPageName in interface PipelineJobpublic String getShortName()
PipelineJob
getShortName in interface PipelineJobpublic void interrupt()
PipelineJob
interrupt in interface PipelineJobpublic void setParams(XMLConfig params)
PipelineJob
setParams in interface PipelineJobparams - parameters defined in an XML filepublic int getItemsAdded()
public int getItemsDeleted()
public int getItemsUnchanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||