JobManager
Class
Definition
Manager for JobSourceAdapters for invocation and management of specific Job types.
public sealed class JobManager
- Inheritance
-
JobManager
Methods
| IsRegistered(String) |
Returns true if the type is already registered. |
| NewJob(JobDefinition) |
Creates a new job of the appropriate type given by JobDefinition passed in. |
| NewJob(JobInvocationInfo) |
Creates a new job of the appropriate type given by JobDefinition passed in. |
| PersistJob(Job2, JobDefinition) |
Saves the job to a persisted store. |