public class ScheduledDispatchJob extends AbstractJob implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Log |
logger
The logger used for this class
|
muleContext
Constructor and Description |
---|
ScheduledDispatchJob() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(String endpointRef,
Object payload,
org.quartz.JobDataMap jobDataMap) |
protected void |
doExecute(org.quartz.JobExecutionContext jobExecutionContext)
Execute the job.
|
protected OutboundEndpoint |
getOutboundEndpoint(String uri) |
execute, getMuleContext
protected transient Log logger
protected void doExecute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
AbstractJob
doExecute
in class AbstractJob
org.quartz.JobExecutionException
protected void dispatch(String endpointRef, Object payload, org.quartz.JobDataMap jobDataMap) throws MuleException
MuleException
protected OutboundEndpoint getOutboundEndpoint(String uri) throws MuleException
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.