Java org.springframework.scheduling.quartz CronTriggerFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.scheduling.quartz CronTriggerFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.scheduling.quartz CronTriggerFactoryBean.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
CronTriggergetObject()
voidsetBeanName(String beanName)
voidsetCronExpression(String cronExpression)
Specify the cron expression for this trigger.
voidsetGroup(String group)
Specify the trigger's group.
voidsetJobDataMap(JobDataMap jobDataMap)
Set the trigger's JobDataMap.
voidsetJobDetail(JobDetail jobDetail)
Set the JobDetail that this trigger should be associated with.
voidsetMisfireInstruction(int misfireInstruction)
Specify a misfire instruction for this trigger.
voidsetName(String name)
Specify the trigger's name.
voidsetPriority(int priority)
Specify the priority of this trigger.
voidsetTimeZone(TimeZone timeZone)
Specify the time zone for this trigger's cron expression.