org.mule.transport.quartz.config
Interface JobConfig
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AbstractJobConfig, CustomJobConfig, CustomJobFromMessageConfig, EndpointPollingJobConfig, EventGeneratorJobConfig, ScheduledDispatchJobConfig
public interface JobConfig
- extends java.io.Serializable
The generic interface for Job Configuration endpoints that are described on Quartz
endpoints
getJobClass
java.lang.Class<? extends org.quartz.Job> getJobClass()
getGroupName
java.lang.String getGroupName()
getJobGroupName
java.lang.String getJobGroupName()
setGroupName
void setGroupName(java.lang.String groupName)
setJobGroupName
void setJobGroupName(java.lang.String groupName)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.