org.mule.transport.quartz.config
Class AbstractJobConfig

java.lang.Object
  extended by org.mule.transport.quartz.config.AbstractJobConfig
All Implemented Interfaces:
Serializable, MuleContextAware, JobConfig
Direct Known Subclasses:
CustomJobConfig, CustomJobFromMessageConfig, EndpointPollingJobConfig, EventGeneratorJobConfig, ScheduledDispatchJobConfig

public abstract class AbstractJobConfig
extends Object
implements JobConfig, MuleContextAware

Base implementation of JobConfig.

See Also:
Serialized Form

Constructor Summary
AbstractJobConfig()
           
 
Method Summary
 String getGroupName()
           
 String getJobGroupName()
           
 MuleContext getMuleContext()
           
 void setGroupName(String groupName)
           
 void setJobGroupName(String jobGroupName)
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.transport.quartz.config.JobConfig
getJobClass
 

Constructor Detail

AbstractJobConfig

public AbstractJobConfig()
Method Detail

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

getMuleContext

public MuleContext getMuleContext()

getGroupName

public String getGroupName()
Specified by:
getGroupName in interface JobConfig

setGroupName

public void setGroupName(String groupName)
Specified by:
setGroupName in interface JobConfig

getJobGroupName

public String getJobGroupName()
Specified by:
getJobGroupName in interface JobConfig

setJobGroupName

public void setJobGroupName(String jobGroupName)
Specified by:
setJobGroupName in interface JobConfig


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