com.cybelia.sandra
Class SchedulerJobFactory.SchedulerJob
java.lang.Object
com.cybelia.sandra.SchedulerJobFactory.SchedulerJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
- Direct Known Subclasses:
- SchedulerJobFactory.CleanUpNotification, SchedulerJobFactory.FindDangerousBreeder, SchedulerJobFactory.FindUnconnectedCamion, SchedulerJobFactory.IbuVerifier, SchedulerJobFactory.NoCoordGPSVerfier, SchedulerJobFactory.NotLockedGPSVerifier, SchedulerJobFactory.RazNumberOfConnection, SchedulerJobFactory.SendStatsNotification
- Enclosing class:
- SchedulerJobFactory
public abstract static class SchedulerJobFactory.SchedulerJob
- extends Object
- implements org.quartz.StatefulJob
|
Method Summary |
abstract void |
doAction(org.nuiton.topia.TopiaContext transaction)
|
void |
execute(org.quartz.JobExecutionContext context)
|
abstract String |
getPattern()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerJobFactory.SchedulerJob
public SchedulerJobFactory.SchedulerJob()
doAction
public abstract void doAction(org.nuiton.topia.TopiaContext transaction)
throws Exception
- Throws:
Exception
getPattern
public abstract String getPattern()
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 © 2008-2012 Cybelia. All Rights Reserved.