org.mule.transport.quartz.jobs
Class ScheduledDispatchJob
java.lang.Object
org.mule.transport.quartz.jobs.ScheduledDispatchJob
- All Implemented Interfaces:
- Serializable, org.quartz.Job
- Direct Known Subclasses:
- StatefulScheduledDispatchJob
public class ScheduledDispatchJob
- extends Object
- implements org.quartz.Job, Serializable
Will dispatch the current message to a Mule endpoint at a later time.
This job can be used to fire time based events.
- See Also:
- Serialized Form
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-2014 MuleSoft, Inc.. All Rights Reserved.