Method Summary |
|
public synchronized void | add(JobEntry je) Add a job to the queue. |
public synchronized void | batchLoad(List jobEntries) Batch load jobs. |
public JobEntry | getJob(JobEntry je) Return a specific job.
Parameters: je - The JobEntry we are looking for. |
public JobEntry | getNext() Return the next job off the top of the queue, or null if
there are no jobs in the queue. |
public Vector | list() List jobs in the queue. |
public synchronized void | modify(JobEntry je) Modify a job on the queue. |
public synchronized void | remove(JobEntry je) Remove a job from the queue. |
public synchronized void | updateQueue(JobEntry je) Update the job for its next run time. |