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

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

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


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

Constructor Detail

ScheduleProvider.ESBScheduledJob

public ScheduleProvider.ESBScheduledJob()
Method Detail

execute

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