org.itracker.web.scheduler.tasks
Class BaseJob
java.lang.Object
org.itracker.web.scheduler.tasks.BaseJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
- Direct Known Subclasses:
- MailNotification, ReminderNotification
public abstract class BaseJob
- extends Object
- implements org.quartz.StatefulJob
This class implements the periodic transmission of the meals and reservations
file.
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
|
protected Object |
getServices(org.quartz.JobExecutionContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseJob
public BaseJob()
getServices
protected Object getServices(org.quartz.JobExecutionContext context)
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2002-2012 itracker. All Rights Reserved.