org.mule.transport.quartz.config
Class AbstractJobConfig

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

public abstract class AbstractJobConfig
extends Object
implements JobConfig

Base implementation of JobConfig.

See Also:
Serialized Form

Constructor Summary
AbstractJobConfig()
           
 
Method Summary
 String getGroupName()
           
 String getJobGroupName()
           
 void setGroupName(String groupName)
           
 void setJobGroupName(String jobGroupName)
           
 
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

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-2008 MuleSource, Inc.. All Rights Reserved.