public interface Driver
| Modifier and Type | Method and Description |
|---|---|
int |
cancel(java.lang.String tag)
Cancels the job with the provided tag and class.
|
int |
cancelAll()
Cancels all jobs registered with this Driver.
|
JobValidator |
getValidator()
Returns a JobValidator configured for this backend.
|
boolean |
isAvailable()
Indicates whether the backend is available.
|
int |
schedule(Job job)
Schedules the provided Job.
|
int schedule(Job job)
int cancel(java.lang.String tag)
int cancelAll()
JobValidator getValidator()
boolean isAvailable()