com.googlecode.fascinator.portal.quartz
Class ProcessingSetJob
java.lang.Object
com.googlecode.fascinator.portal.quartz.ProcessingSetJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class ProcessingSetJob
- extends Object
- implements org.quartz.StatefulJob
Glue code to execute processing sets from a Quartz job.
- Author:
- Shilo Banihit
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
Main execute method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessingSetJob
public ProcessingSetJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Main execute method.
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2009-2014. All Rights Reserved.