Uses of Class
com.xxl.job.core.handler.IJobHandler
Packages that use IJobHandler
Package
Description
-
Uses of IJobHandler in com.xxl.job.core.executor
Methods in com.xxl.job.core.executor that return IJobHandlerModifier and TypeMethodDescriptionstatic IJobHandlerXxlJobExecutor.loadJobHandler(String name) static IJobHandlerXxlJobExecutor.registJobHandler(String name, IJobHandler jobHandler) Methods in com.xxl.job.core.executor with parameters of type IJobHandlerModifier and TypeMethodDescriptionstatic IJobHandlerXxlJobExecutor.registJobHandler(String name, IJobHandler jobHandler) static JobThreadXxlJobExecutor.registJobThread(int jobId, IJobHandler handler, String removeOldReason) -
Uses of IJobHandler in com.xxl.job.core.glue
Methods in com.xxl.job.core.glue that return IJobHandlerModifier and TypeMethodDescriptionGlueFactory.loadNewInstance(String codeSource) load new instance, prototype -
Uses of IJobHandler in com.xxl.job.core.handler.impl
Subclasses of IJobHandler in com.xxl.job.core.handler.implModifier and TypeClassDescriptionclassglue job handlerclassclassCreated by xuxueli on 17/4/27.Constructors in com.xxl.job.core.handler.impl with parameters of type IJobHandler -
Uses of IJobHandler in com.xxl.job.core.thread
Methods in com.xxl.job.core.thread that return IJobHandlerConstructors in com.xxl.job.core.thread with parameters of type IJobHandler