org.jboss.soa.esb.services.jbpm.integration.timer
Class QuartzSchedulerService.QuartzSchedulerServiceJob

java.lang.Object
  extended by org.jboss.soa.esb.services.jbpm.integration.timer.QuartzSchedulerService.QuartzSchedulerServiceJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
QuartzSchedulerService

public static final class QuartzSchedulerService.QuartzSchedulerServiceJob
extends java.lang.Object
implements org.quartz.Job

The quartz job associated with executing a jBPM timer.

Author:
kevin

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

Constructor Detail

QuartzSchedulerService.QuartzSchedulerServiceJob

public QuartzSchedulerService.QuartzSchedulerServiceJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Execute the quartz job.

Specified by:
execute in interface org.quartz.Job
Parameters:
context - The quartz execution context.
Throws:
org.quartz.JobExecutionException