Method Summary |
|
public static void | addJob(JobEntry je) Add a new job to the queue. |
public static JobEntry | getJob(int oid) Get a specific Job from Storage.
Parameters: oid - The int id for the job. |
public static boolean | isEnabled() Determines if the scheduler service is currently active. |
public static List | listJobs() List jobs in the queue. |
public static void | removeJob(JobEntry je) Remove a job from the queue. |
public static void | startScheduler() Starts the scheduler if not already running. |
public static void | stopScheduler() Stops the scheduler if ti is currently running. |
public static void | updateJob(JobEntry je) |