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

Packages that use JobEntry
org.apache.turbine.modules Modules (Action, Screen, Layout, Navigation, Page) classes for the Turbine view.  
org.apache.turbine.services.schedule The scheduler service can run tasks in the background.  
 

Uses of JobEntry in org.apache.turbine.modules
 

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

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

Methods in org.apache.turbine.services.schedule that return JobEntry
 JobEntry TurbineSchedulerService.getJob(int oid)
          Get a specific Job from Storage.
static JobEntry TurbineScheduler.getJob(int oid)
          Get a specific Job from Storage.
 JobEntry TurbineNonPersistentSchedulerService.getJob(int oid)
          This method returns the job element from the internal queue.
 JobEntry ScheduleService.getJob(int oid)
          Get a specific Job from Storage.
 JobEntry SchedulerTool.getJob(java.lang.String jobId)
          Gets the job identified by the jobId.
 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.
static JobEntry BaseJobEntryPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static JobEntry BaseJobEntryPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static JobEntry BaseJobEntryPeer.retrieveByPK(int pk, java.sql.Connection con)
          Retrieve a single object by pk
static JobEntry BaseJobEntryPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static JobEntry BaseJobEntryPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 JobEntry BaseJobEntry.copy()
          Makes a copy of this object.
 JobEntry BaseJobEntry.copy(java.sql.Connection con)
          Makes a copy of this object using connection.
 JobEntry BaseJobEntry.copy(boolean deepcopy)
          Makes a copy of this object.
 JobEntry BaseJobEntry.copy(boolean deepcopy, java.sql.Connection con)
          Makes a copy of this object using connection.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj)
          Fills the copyObj with the contents of this object.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, boolean deepcopy, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
 

Methods in org.apache.turbine.services.schedule with parameters of type JobEntry
 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)
          Add or update a job.
static void TurbineScheduler.addJob(JobEntry je)
          Add a new job to the queue.
static void TurbineScheduler.updateJob(JobEntry je)
          Add or update a job
static void TurbineScheduler.removeJob(JobEntry je)
          Remove a job from the queue.
 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)
          Add/update a job
 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.
static void BaseJobEntryPeer.populateObject(com.workingdogs.village.Record row, int offset, JobEntry obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseJobEntryPeer.doSelect(JobEntry obj)
          Method to do selects
static void BaseJobEntryPeer.doInsert(JobEntry obj)
          Method to do inserts
static void BaseJobEntryPeer.doUpdate(JobEntry obj)
           
static void BaseJobEntryPeer.doDelete(JobEntry obj)
           
static void BaseJobEntryPeer.doInsert(JobEntry obj, java.sql.Connection con)
          Method to do inserts.
static void BaseJobEntryPeer.doUpdate(JobEntry obj, java.sql.Connection con)
          Method to do update.
static void BaseJobEntryPeer.doDelete(JobEntry obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseJobEntryPeer.buildCriteria(JobEntry obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseJobEntryPeer.buildSelectCriteria(JobEntry obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj)
          Fills the copyObj with the contents of this object.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, boolean deepcopy, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
 

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