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:
Serializable, MuleContextAware, JobConfig

public class ScheduledDispatchJobConfig
extends AbstractJobConfig

The configuration for the ScheduledDispatchJob job.

See Also:
Serialized Form

Constructor Summary
ScheduledDispatchJobConfig()
           
 
Method Summary
 String getEndpointRef()
           
 Class getJobClass()
           
 void setEndpointRef(String endpointRef)
           
 
Methods inherited from class org.mule.transport.quartz.config.AbstractJobConfig
getGroupName, getJobGroupName, getMuleContext, setGroupName, setJobGroupName, setMuleContext
 
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 String getEndpointRef()

setEndpointRef

public void setEndpointRef(String endpointRef)

getJobClass

public Class getJobClass()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.