org.apache.servicemix.quartz.support
Class JobDetailBean

java.lang.Object
  extended by org.quartz.JobDetail
      extended by org.springframework.scheduling.quartz.JobDetailBean
          extended by org.apache.servicemix.quartz.support.JobDetailBean
All Implemented Interfaces:
Serializable, Cloneable, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class JobDetailBean
extends org.springframework.scheduling.quartz.JobDetailBean

See Also:
Serialized Form

Constructor Summary
JobDetailBean()
           
 
Method Summary
 
Methods inherited from class org.springframework.scheduling.quartz.JobDetailBean
afterPropertiesSet, getJobClass, setApplicationContext, setApplicationContextJobDataKey, setBeanName, setJobClass, setJobDataAsMap, setJobListenerNames
 
Methods inherited from class org.quartz.JobDetail
addJobListener, clone, getDescription, getFullName, getGroup, getJobDataMap, getJobListenerNames, getName, isDurable, isStateful, isVolatile, removeJobListener, requestsRecovery, setDescription, setDurability, setGroup, setJobDataMap, setName, setRequestsRecovery, setVolatility, toString, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobDetailBean

public JobDetailBean()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.