Uses of Class
org.apache.turbine.services.schedule.JobEntry

Packages that use JobEntry
org.apache.turbine.modules   
org.apache.turbine.services.schedule   
 

Uses of JobEntry in org.apache.turbine.modules
 

Methods in org.apache.turbine.modules with parameters of type JobEntry
abstract  void ScheduledJob.run(JobEntry job)
          Run the Jobentry from the scheduler queue.
 void ScheduledJobLoader.exec(JobEntry job, java.lang.String name)
          Attempts to load and execute the external ScheduledJob.
 

Uses of JobEntry in org.apache.turbine.services.schedule
 

Methods in org.apache.turbine.services.schedule that return JobEntry
 JobEntry ScheduleService.getJob(int oid)
          Get a specific Job from Storage.
static JobEntry JobEntryPeer.getJob(int oid)
          Retrieve a JobEntry based on its id.
 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 TurbineNonPersistentSchedulerService.getJob(int oid)
          This method returns the job element from the internal queue.
 JobEntry TurbineSchedulerService.getJob(int oid)
          Get a specific Job from Storage.
 

Methods in org.apache.turbine.services.schedule with parameters of type JobEntry
 void ScheduleService.addJob(JobEntry je)
          Add a new job to the queue.
 void ScheduleService.updateJob(JobEntry je)
          Modify a Job.
 void ScheduleService.removeJob(JobEntry je)
          Remove a job from the queue.
 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 TurbineNonPersistentSchedulerService.addJob(JobEntry je)
          Add a new job to the queue.
 void TurbineNonPersistentSchedulerService.removeJob(JobEntry je)
          Remove a job from the queue.
 void TurbineNonPersistentSchedulerService.updateJob(JobEntry je)
          Modify a Job.
 void TurbineSchedulerService.addJob(JobEntry je)
          Add a new job to the queue.
 void TurbineSchedulerService.removeJob(JobEntry je)
          Remove a job from the queue.
 void TurbineSchedulerService.updateJob(JobEntry je)
          Modify a Job.
 

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



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.