@Component public class CollectJobService extends Object
| Constructor and Description |
|---|
CollectJobService() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortApplicationJob() |
void |
abortJob(String jobId) |
void |
abortLockingJob(String lockId) |
void |
abortSurveyJob(int surveyId) |
ApplicationLockingJobProxy |
getApplicationJob() |
JobProxy |
getJob(String jobId) |
JobProxy |
getLockingJob(String lockId) |
SurveyLockingJobProxy |
getSurveyJob(int surveyId) |
public void abortJob(String jobId)
public void abortLockingJob(String lockId)
public ApplicationLockingJobProxy getApplicationJob()
public void abortApplicationJob()
public SurveyLockingJobProxy getSurveyJob(int surveyId)
public void abortSurveyJob(int surveyId)
Copyright © 2020 Open Foris. All rights reserved.