org.mule.transport.quartz.jobs
Class ScheduledDispatchJobConfig

java.lang.Object
  extended by org.mule.transport.quartz.config.AbstractJobConfig
      extended by org.mule.transport.quartz.jobs.ScheduledDispatchJobConfig
All Implemented Interfaces:
java.io.Serializable, MuleContextAware, JobConfig

public class ScheduledDispatchJobConfig
extends AbstractJobConfig

The configuration for the ScheduledDispatchJob job.

See Also:
Serialized Form

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

ScheduledDispatchJobConfig

public ScheduledDispatchJobConfig()
Method Detail

getEndpointRef

public java.lang.String getEndpointRef()

setEndpointRef

public void setEndpointRef(java.lang.String endpointRef)

getStatefulJobClass

protected java.lang.Class<? extends org.quartz.StatefulJob> getStatefulJobClass()
Specified by:
getStatefulJobClass in class AbstractJobConfig

getStatelessJobClass

protected java.lang.Class<? extends org.quartz.Job> getStatelessJobClass()
Specified by:
getStatelessJobClass in class AbstractJobConfig


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.