org.mule.transport.quartz.config
Interface JobConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractJobConfig, CustomJobConfig, CustomJobFromMessageConfig, EndpointPollingJobConfig, EventGeneratorJobConfig, ScheduledDispatchJobConfig

public interface JobConfig
extends Serializable

The generic interface for Job Configuration endpoints that are described on Quartz endpoints


Method Summary
 String getGroupName()
           
 Class getJobClass()
           
 String getJobGroupName()
           
 void setGroupName(String groupName)
           
 void setJobGroupName(String groupName)
           
 

Method Detail

getJobClass

Class getJobClass()

getGroupName

String getGroupName()

getJobGroupName

String getJobGroupName()

setGroupName

void setGroupName(String groupName)

setJobGroupName

void setJobGroupName(String groupName)


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