|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PipelineJob
A job that implements this interface can be executed by the pipeline system.
| 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" |
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. |
void |
setParams(XMLConfig params)
Configure this connector. |
| Method Detail |
|---|
void execute()
void interrupt()
void setParams(XMLConfig params)
params - parameters defined in an XML fileString getLastMessage()
String getDisplayName()
String getShortName()
String getDescription()
String getPageName()
String getLogLink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||