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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
SimpleTriggergetObject()
voidsetBeanName(String beanName)
voidsetGroup(String group)
Specify the trigger's group.
voidsetJobDetail(JobDetail jobDetail)
Set the JobDetail that this trigger should be associated with.
voidsetMisfireInstruction(int misfireInstruction)
Specify a misfire instruction for this trigger.
voidsetRepeatCount(int repeatCount)
Specify the number of times this trigger is supposed to fire.
voidsetRepeatInterval(long repeatInterval)
Specify the interval between execution times of this trigger.