Package com.xxl.job.core.glue
Class GlueFactory
java.lang.Object
com.xxl.job.core.glue.GlueFactory
- Direct Known Subclasses:
SpringGlueFactory
glue factory, product class/object by name
- Author:
- xuxueli 2016-1-2 20:02:27
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlueFactoryvoidinjectService(Object instance) inject service of bean fieldloadNewInstance(String codeSource) load new instance, prototypestatic voidrefreshInstance(int type) refresh instance by type
-
Constructor Details
-
GlueFactory
public GlueFactory()
-
-
Method Details
-
getInstance
-
refreshInstance
public static void refreshInstance(int type) refresh instance by type- Parameters:
type- 0-frameless, 1-spring;
-
loadNewInstance
load new instance, prototype- Parameters:
codeSource-- Returns:
- Throws:
Exception
-
injectService
inject service of bean field- Parameters:
instance-
-