org.jboss.seam.async
Class QuartzDispatcher.QuartzJob

java.lang.Object
  extended by org.jboss.seam.async.QuartzDispatcher.QuartzJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
QuartzDispatcher

public static class QuartzDispatcher.QuartzJob
extends Object
implements org.quartz.Job


Constructor Summary
QuartzDispatcher.QuartzJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzDispatcher.QuartzJob

public QuartzDispatcher.QuartzJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException