Uses of Class
org.apache.jetspeed.scheduler.JobEntry

Packages that use JobEntry
org.apache.jetspeed.scheduler   
 

Uses of JobEntry in org.apache.jetspeed.scheduler
 

Fields in org.apache.jetspeed.scheduler declared as JobEntry
private  JobEntry WorkerThread.je
          The JobEntry to run.
 

Methods in org.apache.jetspeed.scheduler that return JobEntry
 JobEntry MemoryBasedScheduler.getJob(int oid)
          This method returns the job element from the internal queue.
abstract  JobEntry AbstractScheduler.getJob(int oid)
          Get a specific Job from Storage.
private  JobEntry AbstractScheduler.nextJob()
          Return the next Job to execute, or null if thread is interrupted.
 JobEntry JobQueue.getNext()
          Return the next job off the top of the queue, or null if there are no jobs in the queue.
 JobEntry JobQueue.getJob(JobEntry je)
          Return a specific job.
 JobEntry Scheduler.getJob(int oid)
          Get a specific Job from Storage.
 

Methods in org.apache.jetspeed.scheduler with parameters of type JobEntry
 void MemoryBasedScheduler.addJob(JobEntry je)
          Add a new job to the queue.
 void MemoryBasedScheduler.removeJob(JobEntry je)
          Remove a job from the queue.
 void MemoryBasedScheduler.updateJob(JobEntry je)
          Modify a Job.
abstract  void AbstractScheduler.addJob(JobEntry je)
          Add a new job to the queue.
abstract  void AbstractScheduler.removeJob(JobEntry je)
          Remove a job from the queue.
abstract  void AbstractScheduler.updateJob(JobEntry je)
          Modify a Job.
abstract  void ScheduledJob.run(JobEntry job)
          Run the Jobentry from the scheduler queue.
 void ScheduledJob.execute(JobEntry job)
          This is a stop gap until the scheduler service is fully decoupled from modules.
 JobEntry JobQueue.getJob(JobEntry je)
          Return a specific job.
 void JobQueue.add(JobEntry je)
          Add a job to the queue.
 void JobQueue.remove(JobEntry je)
          Remove a job from the queue.
 void JobQueue.modify(JobEntry je)
          Modify a job on the queue.
 void JobQueue.updateQueue(JobEntry je)
          Update the job for its next run time.
 void Scheduler.addJob(JobEntry je)
          Add a new job to the queue.
 void Scheduler.updateJob(JobEntry je)
          Modify a Job.
 void Scheduler.removeJob(JobEntry je)
          Remove a job from the queue.
 

Constructors in org.apache.jetspeed.scheduler with parameters of type JobEntry
WorkerThread(JobEntry je)
          Creates a new worker to run the specified JobEntry.
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.