类 GlueFactory
java.lang.Object
com.xxl.job.core.glue.GlueFactory
- 直接已知子类:
SpringGlueFactory
glue factory, product class/object by name
- 作者:
- xuxueli 2016-1-2 20:02:27
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static GlueFactoryvoidinjectService(Object instance) inject service of bean fieldloadNewInstance(String codeSource) load new instance, prototypestatic voidrefreshInstance(int type)
-
构造器详细资料
-
GlueFactory
public GlueFactory()
-
-
方法详细资料
-
getInstance
-
refreshInstance
public static void refreshInstance(int type) -
loadNewInstance
load new instance, prototype- 参数:
codeSource-- 返回:
- 抛出:
Exception
-
injectService
inject service of bean field- 参数:
instance-
-