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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
JobDetailgetObject()
voidsetBeanName(String beanName)
voidsetConcurrent(boolean concurrent)
Specify whether or not multiple jobs should be run in a concurrent fashion.
voidsetGroup(String group)
Set the group of the job.
voidsetName(String name)
Set the name of the job.
voidsetTargetMethod(@Nullable String targetMethod)
Set the name of the method to be invoked.
voidsetTargetObject(@Nullable Object targetObject)
Set the target object on which to call the target method.