public interface JobRepository
 An interface for persisting JobSpecs
 
| Modifier and Type | Method and Description | 
|---|---|
| String | addJob(JobSpec spec) | 
| JobSpec | getJobById(String jobId) | 
| String | getStatus(JobSpec spec) | 
| boolean | jobFinished(JobSpec spec) | 
| void | removeJob(JobSpec spec) | 
| void | updateJob(JobSpec spec) | 
String addJob(JobSpec spec) throws JobRepositoryException
JobRepositoryExceptionvoid updateJob(JobSpec spec) throws JobRepositoryException
JobRepositoryExceptionvoid removeJob(JobSpec spec) throws JobRepositoryException
JobRepositoryExceptionJobSpec getJobById(String jobId) throws JobRepositoryException
JobRepositoryExceptionString getStatus(JobSpec spec) throws JobRepositoryException
JobRepositoryExceptionboolean jobFinished(JobSpec spec) throws JobRepositoryException
JobRepositoryExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.