|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TurbineNonPersistentSchedulerService.getJob(int oid)
This method returns the job element from the internal queue. |
static JobEntry |
TurbineScheduler.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. |
JobEntry |
ScheduleService.getJob(int oid)
Get a specific Job from Storage. |
JobEntry |
TurbineSchedulerService.getJob(int oid)
Get a specific Job from Storage. |
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. |
protected JobEntry |
BaseJobEntry.copyInto(JobEntry copyObj)
|
Methods in org.apache.turbine.services.schedule with parameters of type JobEntry | |
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 |
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. |
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 |
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. |
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 |
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)
|
Constructors in org.apache.turbine.services.schedule with parameters of type JobEntry | |
WorkerThread(JobEntry je)
Creates a new worker to run the specified JobEntry . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |