|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.quartz.config.AbstractJobConfig
org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig
public class ScheduledDispatchJobConfig
The configuration for the ScheduledDispatchJob
job.
Constructor Summary | |
---|---|
ScheduledDispatchJobConfig()
|
Method Summary | |
---|---|
java.lang.String |
getEndpointRef()
|
protected java.lang.Class<? extends org.quartz.StatefulJob> |
getStatefulJobClass()
|
protected java.lang.Class<? extends org.quartz.Job> |
getStatelessJobClass()
|
void |
setEndpointRef(java.lang.String endpointRef)
|
Methods inherited from class org.mule.transport.quartz.config.AbstractJobConfig |
---|
getGroupName, getJobClass, getJobGroupName, getMuleContext, isStateful, setGroupName, setJobGroupName, setMuleContext, setStateful |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduledDispatchJobConfig()
Method Detail |
---|
public java.lang.String getEndpointRef()
public void setEndpointRef(java.lang.String endpointRef)
protected java.lang.Class<? extends org.quartz.StatefulJob> getStatefulJobClass()
getStatefulJobClass
in class AbstractJobConfig
protected java.lang.Class<? extends org.quartz.Job> getStatelessJobClass()
getStatelessJobClass
in class AbstractJobConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |