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, 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 BaseJobEntry.copy()
          Makes a copy of this object.
 JobEntry BaseJobEntry.copy(boolean deepcopy)
          Makes a copy of this object.
 JobEntry BaseJobEntry.copy(boolean deepcopy, Connection con)
          Makes a copy of this object using connection.
 JobEntry BaseJobEntry.copy(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, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, boolean deepcopy, Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, Connection con)
          Fills the copyObj with the contents of this object using connection.
 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 JobQueue.getJob(JobEntry je)
          Return a specific job.
 JobEntry SchedulerTool.getJob(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.
protected  JobEntry TurbineSchedulerService.nextJob()
          Return the next Job to execute, or null if thread is interrupted.
static JobEntry BaseJobEntryPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static JobEntry BaseJobEntryPeer.retrieveByPK(int pk, 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, Connection con)
          Retrieve a single object by pk
static JobEntry BaseJobEntryPeer.row2Object(com.workingdogs.village.Record row, int offset, Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
 

Methods in org.apache.turbine.services.schedule that return types with arguments of type JobEntry
static List<JobEntry> BaseJobEntryPeer.doSelect(org.apache.torque.util.Criteria criteria)
          Method to do selects.
static List<JobEntry> BaseJobEntryPeer.doSelect(org.apache.torque.util.Criteria criteria, Connection con)
          Method to do selects within a transaction.
static List<JobEntry> BaseJobEntryPeer.doSelect(JobEntry obj)
          Method to do selects
 List<JobEntry> SchedulerTool.getScheduledJobs()
          Gets the list of scheduled jobs.
 Vector<JobEntry> JobQueue.list()
          List jobs in the queue.
 List<JobEntry> TurbineSchedulerService.listJobs()
          List jobs in the queue.
static List<JobEntry> TurbineScheduler.listJobs()
          List jobs in the queue.
 List<JobEntry> ScheduleService.listJobs()
          List jobs in the queue.
static List<JobEntry> BaseJobEntryPeer.populateObjects(List<com.workingdogs.village.Record> records)
          The returned List will contain objects of the default type or objects that inherit from the default.
static List<JobEntry> BaseJobEntryPeer.resultSet2Objects(ResultSet results)
          Get the list of objects for a ResultSet.
static List<JobEntry> BaseJobEntryPeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks)
          Retrieve a multiple objects by pk
static List<JobEntry> BaseJobEntryPeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks, Connection dbcon)
          Retrieve a multiple objects by pk
 

Methods in org.apache.turbine.services.schedule with parameters of type JobEntry
 void JobQueue.add(JobEntry je)
          Add a job to the queue.
 void TurbineSchedulerService.addJob(JobEntry je)
          Add a new job to the queue.
static void TurbineScheduler.addJob(JobEntry je)
          Add a new job to the queue.
 void TurbineNonPersistentSchedulerService.addJob(JobEntry je)
          Add a new job to the queue.
 void ScheduleService.addJob(JobEntry je)
          Add a new job to the queue.
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, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, boolean deepcopy, Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  JobEntry BaseJobEntry.copyInto(JobEntry copyObj, Connection con)
          Fills the copyObj with the contents of this object using connection.
static void BaseJobEntryPeer.doDelete(JobEntry obj)
           
static void BaseJobEntryPeer.doDelete(JobEntry obj, Connection con)
          Method to delete.
static void BaseJobEntryPeer.doInsert(JobEntry obj)
          Method to do inserts
static void BaseJobEntryPeer.doInsert(JobEntry obj, Connection con)
          Method to do inserts.
static List<JobEntry> BaseJobEntryPeer.doSelect(JobEntry obj)
          Method to do selects
static void BaseJobEntryPeer.doUpdate(JobEntry obj)
           
static void BaseJobEntryPeer.doUpdate(JobEntry obj, Connection con)
          Method to do update.
 JobEntry JobQueue.getJob(JobEntry je)
          Return a specific job.
 void JobQueue.modify(JobEntry je)
          Modify a job on the queue.
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.
 void JobQueue.remove(JobEntry je)
          Remove a job from the queue.
 void TurbineSchedulerService.removeJob(JobEntry je)
          Remove a job from the queue.
static void TurbineScheduler.removeJob(JobEntry je)
          Remove a job from the queue.
 void TurbineNonPersistentSchedulerService.removeJob(JobEntry je)
          Remove a job from the queue.
 void ScheduleService.removeJob(JobEntry je)
          Remove a job from the queue.
 void TurbineSchedulerService.updateJob(JobEntry je)
          Add or update a job.
static void TurbineScheduler.updateJob(JobEntry je)
          Add or update a job
 void TurbineNonPersistentSchedulerService.updateJob(JobEntry je)
          Add/update a job
 void ScheduleService.updateJob(JobEntry je)
          Modify a Job.
 void JobQueue.updateQueue(JobEntry je)
          Update the job for its next run time.
 

Method parameters in org.apache.turbine.services.schedule with type arguments of type JobEntry
 void JobQueue.batchLoad(List<JobEntry> jobEntries)
          Batch load jobs.
 

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