org.mule.transport.quartz.jobs
Class ScheduledDispatchJob
java.lang.Object
org.mule.transport.quartz.jobs.ScheduledDispatchJob
- All Implemented Interfaces:
- org.quartz.Job
public class ScheduledDispatchJob
- extends Object
- implements org.quartz.Job
Will dispatch the current message to a Mule endpoint at a leter time.
This job can be used to fire timebased events.
Field Summary |
protected Log |
logger
The logger used for this class |
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 |
logger
protected transient Log logger
- The logger used for this class
ScheduledDispatchJob
public ScheduledDispatchJob()
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.