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

Packages that use JobEntry
org.apache.jetspeed.scheduler   
 

Uses of JobEntry in org.apache.jetspeed.scheduler
 

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

Methods in org.apache.jetspeed.scheduler with parameters of type JobEntry
 void JobQueue.add(JobEntry je)
          Add a job to the queue.
abstract  void AbstractScheduler.addJob(JobEntry je)
          Add a new job to the queue.
 void Scheduler.addJob(JobEntry je)
          Add a new job to the queue.
 void MemoryBasedScheduler.addJob(JobEntry je)
          Add a new job to the 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.modify(JobEntry je)
          Modify a job on the queue.
 void JobQueue.remove(JobEntry je)
          Remove a job from the queue.
abstract  void AbstractScheduler.removeJob(JobEntry je)
          Remove a job from the queue.
 void Scheduler.removeJob(JobEntry je)
          Remove a job from the queue.
 void MemoryBasedScheduler.removeJob(JobEntry je)
          Remove a job from the queue.
abstract  void ScheduledJob.run(JobEntry job)
          Run the Jobentry from the scheduler queue.
abstract  void AbstractScheduler.updateJob(JobEntry je)
          Modify a Job.
 void Scheduler.updateJob(JobEntry je)
          Modify a Job.
 void MemoryBasedScheduler.updateJob(JobEntry je)
          Modify a Job.
 void JobQueue.updateQueue(JobEntry je)
          Update the job for its next run time.
 

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-2010 Apache Software Foundation. All Rights Reserved.