Package org.apache.turbine.services.schedule
The scheduler service can run tasks in the background.
$Id$
$Id$
-
Interface Summary Interface Description JobEntry This is a interface for a scheduled job.ScheduleService ScheduleService interface. -
Class Summary Class Description AbstractJobEntry This class provides the basic implementation of common features for a scheduled job entry.AbstractSchedulerService Service for a cron like scheduler.BaseJobEntryTorque This class was autogenerated by Torque on: [Wed Sep 22 14:43:21 CEST 2021] You should not use this class directly.BaseJobEntryTorquePeer The skeleton for this class was autogenerated by Torque on: [Wed Sep 22 14:43:21 CEST 2021] You should not use this class directly.BaseJobEntryTorquePeerImpl The skeleton for this class was autogenerated by Torque on: [Wed Sep 22 14:43:21 CEST 2021] You should not use this class directly.BaseJobEntryTorqueRecordMapper Maps ResultSet rows into JobEntryTorque objects.JobEntryNonPersistent This is an implementation of a JobEntry with no persistence.JobEntryQuartz This implements a Turbine scheduled job model for theQuartzScheduler
.JobEntryTorque The skeleton for this class was autogenerated by Torque on: [Wed Sep 22 14:41:32 CEST 2021] You should add additional methods to this class to meet the application requirements.JobEntryTorquePeer The skeleton for this class was autogenerated by Torque on: [Wed Sep 22 14:41:32 CEST 2021] This class provides static wrappers for the peer implementation classes.JobEntryTorquePeerImpl The skeleton for this class was autogenerated by Torque on: [Wed Sep 22 14:41:33 CEST 2021] You should add additional methods to this class to meet the application requirements.JobEntryTorqueRecordMapper Maps ResultSet rows into JobEntryTorque objects.JobQueue<J extends JobEntry> Queue for the scheduler.QuartzSchedulerService Service for a quartz scheduler.SchedulerTool This tool is used to retrieve information about the job scheduler.TorqueSchedulerService Deprecated. UseQuartzSchedulerService
insteadTurbineNonPersistentSchedulerService Deprecated. Use QuartzSchedulerService insteadWorkerThread Wrapper for aJobEntry
to actually perform the job's action. -
Enum Summary Enum Description AbstractJobEntry.ScheduleType schedule types