com.github.ltsopensource.spring.tasktracker
Class MethodInvokingJobRunner

java.lang.Object
  extended by com.github.ltsopensource.spring.tasktracker.MethodInvokingJobRunner
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class MethodInvokingJobRunner
extends Object
implements org.springframework.beans.factory.InitializingBean

Author:
Robert HG (254963746@qq.com)on 12/21/15.

Constructor Summary
MethodInvokingJobRunner()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setShardValue(String shardValue)
           
 void setTargetMethod(String targetMethod)
           
 void setTargetObject(Object targetObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvokingJobRunner

public MethodInvokingJobRunner()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

setTargetObject

public void setTargetObject(Object targetObject)

setTargetMethod

public void setTargetMethod(String targetMethod)

setShardValue

public void setShardValue(String shardValue)


Copyright © 2017. All rights reserved.