public interface BatchModuleService
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isExternalJob(String jobName)
jobName
- a job name, such that calling #isResponsibleForJob(String)
with this job name would return trueString getExternalJobStatus(String jobName)
jobName
- a job name, such that calling #isResponsibleForJob(String)
with this job name would return trueSchedulerService
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.