com.github.ltsopensource.spring.quartz.invoke
Class MethodInvokeJobExecution

java.lang.Object
  extended by com.github.ltsopensource.spring.quartz.invoke.MethodInvokeJobExecution
All Implemented Interfaces:
JobExecution

public class MethodInvokeJobExecution
extends Object
implements JobExecution

Author:
Robert HG (254963746@qq.com) on 3/27/16.

Constructor Summary
MethodInvokeJobExecution(org.springframework.util.MethodInvoker methodInvoker)
           
 
Method Summary
 void execute(QuartzJobContext quartzJobContext, com.github.ltsopensource.core.domain.Job job)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvokeJobExecution

public MethodInvokeJobExecution(org.springframework.util.MethodInvoker methodInvoker)
Method Detail

execute

public void execute(QuartzJobContext quartzJobContext,
                    com.github.ltsopensource.core.domain.Job job)
             throws Throwable
Specified by:
execute in interface JobExecution
Throws:
Throwable


Copyright © 2017. All rights reserved.