Example usage for org.springframework.scheduling.quartz SpringBeanJobFactory subclass-usage

List of usage examples for org.springframework.scheduling.quartz SpringBeanJobFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.scheduling.quartz SpringBeanJobFactory subclass-usage.

Usage

From source file com.orange.clara.pivotaltrackermirror.springfactory.AutowiringSpringBeanJobFactory.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file com.pavikumbhar.javaheart.quartz.jdbc.AutowiringSpringBeanJobFactory.java

/**
 *
 * @author pavikumbhar
 */
public class AutowiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {

From source file com.onyxscheduler.quartz.AutowiringSpringBeanJobFactory.java

public class AutowiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {

    private transient AutowireCapableBeanFactory beanFactory;

    @Override
    public void setApplicationContext(final ApplicationContext context) {

From source file com.athina.queue.manager.quartz.AutowiringSpringBeanJobFactory.java

public class AutowiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {

    private transient AutowireCapableBeanFactory beanFactory;

    @Override
    public void setApplicationContext(final ApplicationContext context) {

From source file net.tirasa.blog.springquartz.SpringBeanJobFactory.java

public class SpringBeanJobFactory extends org.springframework.scheduling.quartz.SpringBeanJobFactory {

    private String[] ignoredUnknownProperties;

    private SchedulerContext schedulerContext;

From source file com.btmatthews.atlas.quartz.AutowiringSpringBeanJobFactory.java

/**
 * Overrides {@link SpringBeanJobFactory} to auto-wire dependencies from the application context when creating job beans.
 *
 * @author <a href="mailto:brian@btmatthews.com">Brian Thomas Matthews</a>
 * @since 1.0.0
 */

From source file com.wiiyaya.framework.provider.tools.spring.AutowiringSpringBeanJobFactory.java

/**
 * <p></p>
 * <p>
 * <p>??</p>
 * <p>
 * <p></p>

From source file com.peertopark.spring.commons.AutowiringSpringBeanJobFactory.java

/**
 *
 * @author Hector Espert
 */
public class AutowiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {

From source file eu.domibus.ebms3.common.quartz.AutowiringSpringBeanJobFactory.java

/**
 * This class ensures that quartz job are spring managed and therefore autowiring and DI is supported in such classes
 */
public class AutowiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {

    private transient AutowireCapableBeanFactory beanFactory;

From source file com.zxy.commons.quartz.MySpringBeanJobFactory.java

/**
 * MySpringBeanJobFactory
 * 
 * <p>
 * <a href="MySpringBeanJobFactory.java"><i>View Source</i></a>
 *