|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchModuleService
This class defines methods needed for batch to run successfully when there are dependencies on jobs that are run on external systems. Implementations of this interface are able to keep track of external job status and report it to the scheduler service.
Method Summary | |
---|---|
String |
getExternalJobStatus(String jobName)
This method returns the status of the given external job. |
boolean |
isExternalJob(String jobName)
This method returns whether a job is run on an external system. |
Method Detail |
---|
boolean isExternalJob(String jobName)
jobName
- a job name, such that calling #isResponsibleForJob(String)
with this job name would return true
String getExternalJobStatus(String jobName)
jobName
- a job name, such that calling #isResponsibleForJob(String)
with this job name would return true
SchedulerService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |