org.jboss.soa.esb.schedule
Class SchedulerJob.ESBScheduledJob

java.lang.Object
  extended by org.jboss.soa.esb.schedule.SchedulerJob.ESBScheduledJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob
Enclosing class:
SchedulerJob

public static class SchedulerJob.ESBScheduledJob
extends java.lang.Object
implements org.quartz.StatefulJob

The scheduled job for executing the listener.

Author:
kevin

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

Constructor Detail

SchedulerJob.ESBScheduledJob

public SchedulerJob.ESBScheduledJob()
Method Detail

execute

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

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException