com.googlecode.fascinator.portal.quartz
Class ProcessingSetJob

java.lang.Object
  extended by 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

Constructor Summary
ProcessingSetJob()
           
 
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
 

Constructor Detail

ProcessingSetJob

public ProcessingSetJob()
Method Detail

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.