Example usage for org.springframework.beans.support ArgumentConvertingMethodInvoker subclass-usage

List of usage examples for org.springframework.beans.support ArgumentConvertingMethodInvoker subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.support ArgumentConvertingMethodInvoker subclass-usage.

Usage

From source file org.springframework.richclient.command.support.MethodInvokingActionCommandExecutor.java

/**
 * An implementation of <code>ActionCommandExecutor</code> that delegates
 * job execution to a specified (static or non-static) method for command 
 * execution.
 *   
 * @author Oliver Hutchison

From source file com.codecrate.shard.ui.event.commandbus.MethodInvokingActionCommandExecutor.java

public class MethodInvokingActionCommandExecutor extends ArgumentConvertingMethodInvoker
        implements ParameterizableActionCommandExecutor {
    private static final Log LOG = LogFactory.getLog(MethodInvokingActionCommandExecutor.class);

    public MethodInvokingActionCommandExecutor(Object targetObject, String methodName) {
        setTargetObject(targetObject);

From source file org.springframework.scheduling.support.MethodInvokingRunnable.java

/**
 * Adapter that implements the {@link Runnable} interface as a configurable
 * method invocation based on Spring's MethodInvoker.
 *
 * <p>Inherits common configuration properties from
 * {@link org.springframework.util.MethodInvoker}.

From source file org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean.java

/**
 * FactoryBean that exposes a TimerTask object that delegates
 * job execution to a specified (static or non-static) method.
 * Avoids the need to implement a one-line TimerTask that just
 * invokes an existing business method.
 *

From source file com.sshdemo.common.schedule.generate.quartz.EwcmsMethodInvokingJobDetailFactoryBean.java

/**
 * 
 * @author wuzhijun
 *
 */
public class EwcmsMethodInvokingJobDetailFactoryBean extends ArgumentConvertingMethodInvoker

From source file com.jaspersoft.jasperserver.api.engine.scheduling.quartz.JSMethodInvokingJobDetailFactoryBean.java

public class JSMethodInvokingJobDetailFactoryBean extends ArgumentConvertingMethodInvoker
        implements FactoryBean, BeanNameAware, BeanClassLoaderAware, BeanFactoryAware, InitializingBean {

    static {
        try {
            jobDetailImplClass = Class.forName("org.quartz.impl.JobDetailImpl");

From source file com.saysth.commons.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing a
 * one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.

From source file org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing
 * a one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.

From source file com.myspring.integration.schedule.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing
 * a one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.

From source file cn.uncode.schedule.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing
 * a one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.